Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atercattus committed Jun 10, 2021
1 parent 26760ef commit 689ccc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Tested MySQL versions for the client include:
- 5.7.x
- 8.0.x

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

### Example for connection pool (v.1.3.0)
### Example for connection pool (v1.3.0)

```go
import (
Expand Down

0 comments on commit 689ccc2

Please sign in to comment.