From b6767030e585eb44bbaadd1f12b6345f76f5c330 Mon Sep 17 00:00:00 2001 From: Walter Dal Mut Date: Sun, 14 Jun 2015 11:36:23 +0200 Subject: [PATCH] Minor on docs --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d5171146..5c58daaad 100644 --- a/README.md +++ b/README.md @@ -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