Skip to content

Commit

Permalink
Readme fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Apr 1, 2011
1 parent 4087c49 commit e035093
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -25,18 +25,18 @@ Now you can:

* lock:

curl -X POST -q http://127.0.0.1:9001/blah
curl -X POST -q http://127.0.0.1:9001/blah

* unlock

curl -X POST -q http://127.0.0.1:9001/blah
curl -X POST -q http://127.0.0.1:9001/blah

* get server info:

# status
curl -q http://127.0.0.1:9001/info/status
# or keys
curl -q http://127.0.0.1:9001/info/keys
# status
curl -q http://127.0.0.1:9001/info/status
# or keys
curl -q http://127.0.0.1:9001/info/keys


How to run tests
Expand All @@ -54,6 +54,6 @@ is no errors.
Credits
-------

Alexander Artemenko <svetlyak.40wt@gmail.com>
Alexander Artemenko (<svetlyak.40wt@gmail.com>) — initial author.

Feel free to fork the project and send me pull requests.

0 comments on commit e035093

Please sign in to comment.