From b93130dc9971d02574c8b17fe0d76e0dcdb9b12d Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Sat, 4 Jan 2020 16:05:01 +0100 Subject: [PATCH] README fix. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b5ffbb..0aa7585 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ dependencies: # Usage ```crystal -db = DODB::DataBase(Thing).new +db = DODB::DataBase(Thing).new "path/to/storage/directory" db << Thing.new @@ -41,7 +41,7 @@ class Thing end # Then we create our database. -things = DODB::DataBase(Thing).new +things = DODB::DataBase(Thing).new "path/to/storage/directory" # Then we define indices to it. There are several ways to index things in DODB. # Indices are the simplest way to do so. They represent attributes that are