From 8812b4ec70f71ff5111085c8c140512c12155ed1 Mon Sep 17 00:00:00 2001 From: James <37276661+capjamesg@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:17:53 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1dc62ca..be3b0e7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ To create a database, use the following code: ```python from nosql import NoSQL -import json index = NoSQL() ```