From 8578f969cdd2e71f40b918cc9dfde6b0b3ed6684 Mon Sep 17 00:00:00 2001
From: Philippe PITTOLI
Date: Wed, 8 Apr 2020 12:40:58 +0200
Subject: [PATCH] Typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 23d1b3d..57cdf85 100644
--- a/README.md
+++ b/README.md
@@ -218,7 +218,7 @@ end
require "dodb"
# First, we define what we’ll want to store.
-# It *has* to be serializable through JSON, as everything in DODB is stored in JSON directly on the file-system.
+# It *has* to be serializable through JSON, everything in DODB is stored in JSON directly on the file-system.
class Car
include JSON::Serializable