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() ```