diff options
author | Mateusz Kurek <mkurek@users.noreply.github.com> | 2015-07-17 08:11:36 +0200 |
---|---|---|
committer | Mateusz Kurek <mkurek@users.noreply.github.com> | 2015-07-17 08:11:36 +0200 |
commit | f3ea6835364435a6e3b7992c36e86749da0479e6 (patch) | |
tree | f78ea337be3b569f4b5de03c06e94a10826cde33 | |
parent | 68c5732165a1e7953aca24b044b9b63b86871cbc (diff) | |
parent | edf98c0d97151e7f5f4f21d329f3b689e471a173 (diff) | |
download | tipboard-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.rst | 2 |
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" |