Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CRogers committed Apr 30, 2014
1 parent 09a0bb5 commit 5765d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -24,7 +24,7 @@ fab("c", "d") # 1, 2, c, d
# Using f from previous example
autof = pun.autocurry f

autofab = f(1, 2)
autofab = autof(1, 2)

autofab(3,4) # 1, 2, 3, 4
autofab("c", "d") # 1, 2, c, d
Expand Down

0 comments on commit 5765d11

Please sign in to comment.