Minor on docs

This commit is contained in:
Walter Dal Mut
2015-06-14 11:36:23 +02:00
parent 7a9bfa249b
commit b6767030e5
+4 -3
View File
@@ -27,10 +27,12 @@ Just use composer
}
```
## Use it
Add new points:
```php
$client->mark("app.search", [
$client->mark("app-search", [
"key" => "this is my search"
]);
```
@@ -54,11 +56,10 @@ $client->mark([
]);
```
Retrieve existing points:
```php
$results = $client->query('select * from "app.search"');
$results = $client->query('select * from "app-search"');
```
## InfluxDB client adapters