Skip to content

Commit

Permalink
Merge pull request #300 from kAworu/patch-1
Browse files Browse the repository at this point in the history
README.md typo fix
  • Loading branch information
flori committed Jul 29, 2016
2 parents 899f496 + cb5cbae commit 7347860
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 @@ -115,7 +115,7 @@ generate a JSON document from an array or hash:

```ruby
document = JSON 'test' => 23 # => "{\"test\":23}"
document = JSON['test'] => 23 # => "{\"test\":23}"
document = JSON['test' => 23] # => "{\"test\":23}"
```

and
Expand Down

0 comments on commit 7347860

Please sign in to comment.