diff options
author | George C. Privon <george@privon.com> | 2015-07-17 00:30:53 -0300 |
---|---|---|
committer | George C. Privon <george@privon.com> | 2015-07-17 00:30:53 -0300 |
commit | edf98c0d97151e7f5f4f21d329f3b689e471a173 (patch) | |
tree | f78ea337be3b569f4b5de03c06e94a10826cde33 /doc | |
parent | 68c5732165a1e7953aca24b044b9b63b86871cbc (diff) | |
download | tipboard-edf98c0d97151e7f5f4f21d329f3b689e471a173.tar.gz tipboard-edf98c0d97151e7f5f4f21d329f3b689e471a173.tar.bz2 tipboard-edf98c0d97151e7f5f4f21d329f3b689e471a173.zip |
minor typo fix in text POST example
Diffstat (limited to 'doc')
-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" |