Skip to content

Commit 5c7dacb

Browse files
authored
Update README.md
1 parent a9a94b8 commit 5c7dacb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Or install it yourself as:
2020

2121
## Usage
2222

23-
```
23+
``` ruby
2424
RapidJSON.parse <<JSON
2525
{
2626
"foo":"bar"
@@ -29,12 +29,12 @@ JSON
2929
# => {"foo" => "bar"}
3030
```
3131

32-
```
32+
``` ruby
3333
RapidJSON.encode(json_string)
3434
# => '{"foo":"bar"}'
3535
```
3636

37-
```
37+
``` ruby
3838
RapidJSON.pretty_encode(json_string)
3939
# =>
4040
# {

0 commit comments

Comments
 (0)