Skip to content

Commit

Permalink
Fix typo in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed May 27, 2009
1 parent 9947078 commit 7e1e501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ more towards interactions with REST-based APIs.
(resourcefully/put "http://localhost:5984/my-db/doc1"
{} (json-str {:hello "world"}))

(resourcefully/with-cookies
(resourcefully/with-cookies {}
(resourcefully/post "http://localhost:3000/login"
{} {"user" user "password" password})
(resourcefully/get "http://localhost:3000/my-secret-page))
Expand Down

0 comments on commit 7e1e501

Please sign in to comment.