Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Actually remove the `Same?` part, jsut display comparison of h && h2
  • Loading branch information
thromera authored Aug 19, 2024
1 parent 27fcc6a commit 32ab093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ json = Oj.dump(h)

h2 = Oj.load(json)

puts "Same? #{h == h2}"
# Same? true
h == h2
# true
```

## Installation
Expand Down

0 comments on commit 32ab093

Please sign in to comment.