From 32ab0936d756eae11feb9b0c399637d42f93ef57 Mon Sep 17 00:00:00 2001 From: Thomas Romera <1775878+thromera@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:39:25 +0200 Subject: [PATCH] Update README.md Actually remove the `Same?` part, jsut display comparison of h && h2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9da8c443..a67ca6a8 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ json = Oj.dump(h) h2 = Oj.load(json) -puts "Same? #{h == h2}" -# Same? true +h == h2 +# true ``` ## Installation