Skip to content

Commit

Permalink
Fixes README format
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismydesign committed Sep 16, 2017
1 parent 48b367d commit e311333
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Input:
```

Output:
```json
```ruby
"first_level_value"
{}
```
Expand Down Expand Up @@ -109,11 +109,11 @@ Input:
```

Output:
```json
```ruby
"value1"
"value2"
"value3"
{"desired_key" : "value3"}
{"desired_key" => "value3"}
```

#### Skip values
Expand Down Expand Up @@ -155,7 +155,7 @@ Input:
```

Output:
```json
```ruby
{:obj1=>{:key=>"value"}}
```

Expand Down

0 comments on commit e311333

Please sign in to comment.