aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Kurek <mkurek@users.noreply.github.com>2015-07-17 08:11:36 +0200
committerMateusz Kurek <mkurek@users.noreply.github.com>2015-07-17 08:11:36 +0200
commitf3ea6835364435a6e3b7992c36e86749da0479e6 (patch)
treef78ea337be3b569f4b5de03c06e94a10826cde33
parent68c5732165a1e7953aca24b044b9b63b86871cbc (diff)
parentedf98c0d97151e7f5f4f21d329f3b689e471a173 (diff)
downloadtipboard-f3ea6835364435a6e3b7992c36e86749da0479e6.tar.gz
tipboard-f3ea6835364435a6e3b7992c36e86749da0479e6.tar.bz2
tipboard-f3ea6835364435a6e3b7992c36e86749da0479e6.zip
Merge pull request #24 from privong/develop
minor typo fix in text POST example
-rw-r--r--doc/tile__text.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tile__text.rst b/doc/tile__text.rst
index e9318a7..7b25c00 100644
--- a/doc/tile__text.rst
+++ b/doc/tile__text.rst
@@ -22,7 +22,7 @@ where:
Example::
- curl http://localhot:7272/api/v0.1/<api_key>/push
+ curl http://localhost:7272/api/v0.1/<api_key>/push
-X POST
-d "tile=text"
-d "key=mytext"