Skip to content

Commit

Permalink
update read-eval example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alandipert committed May 4, 2012
1 parent c482970 commit c265cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
```
# read-eval is off by default:
> Lector::read_s("{three: #='1+2'}")
=> {:three=>nil}
=> {:three=>"1+2"}
# but you can turn it on...
> Lector::read_s("{three: #='1+2'}", :read_eval => true)
Expand Down

0 comments on commit c265cc9

Please sign in to comment.