Skip to content

Commit 689ccc2

Browse files
committed
update README.md
1 parent 26760ef commit 689ccc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Tested MySQL versions for the client include:
222222
- 5.7.x
223223
- 8.0.x
224224

225-
### Example for SELECT streaming (v.1.1.1)
225+
### Example for SELECT streaming (v1.1.1)
226226
You can use also streaming for large SELECT responses.
227227
The callback function will be called for every result row without storing the whole resultset in memory.
228228
`result.Fields` will be filled before the first callback call.
@@ -243,7 +243,7 @@ err := conn.ExecuteSelectStreaming(`select id, name from table LIMIT 100500`, &r
243243
// ...
244244
```
245245

246-
### Example for connection pool (v.1.3.0)
246+
### Example for connection pool (v1.3.0)
247247

248248
```go
249249
import (

0 commit comments

Comments
 (0)