From e899fca206cb4a732387437c56b1012d4ee0d65b Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Wed, 26 Jan 2022 22:28:50 +0300 Subject: [PATCH] fuck --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7503cb9..c888af8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Execute `pip install json-wrapper`. Add `from json_wrapper import JsonWrapper` to the top of your project. # 📄 Docs -> Assume that we did `db = JsonWrapper("example.json)` +> Assume that we did `db = JsonWrapper("example.json")` ## `db.set(key: str, value, *, pathmagic="")` Sets the key to the value in the JSON.