Merge pull request #8613 from influxdata/js-8563-update-client-readme

Correct the client package README
pull/8596/merge
Jonathan A. Sternberg 2017-07-20 16:37:49 -05:00 committed by GitHub
commit fd4e16dd02
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ log.Printf("Found a total of %v records\n", count)
#### Find the last 10 _shapes_ records
```go
q := fmt.Sprintf("SELECT * FROM %s LIMIT %d", MyMeasurement, 20)
q := fmt.Sprintf("SELECT * FROM %s LIMIT %d", MyMeasurement, 10)
res, err = queryDB(clnt, q)
if err != nil {
log.Fatal(err)