Skip to content

Commit 7e1e501

Browse files
committed
Fix typo in readme.
1 parent 9947078 commit 7e1e501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ more towards interactions with REST-based APIs.
2121
(resourcefully/put "http://localhost:5984/my-db/doc1"
2222
{} (json-str {:hello "world"}))
2323

24-
(resourcefully/with-cookies
24+
(resourcefully/with-cookies {}
2525
(resourcefully/post "http://localhost:3000/login"
2626
{} {"user" user "password" password})
2727
(resourcefully/get "http://localhost:3000/my-secret-page))

0 commit comments

Comments
 (0)