From 391a67816bfd12fd768c807f864b036077892b7a Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Sat, 15 Jan 2022 15:35:43 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5f11c8..e8cfe41 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Output {'test': 123} ``` ## `db.get()` -### Normal usage +#### Normal usage Code ```python from db import ClutterDB @@ -58,7 +58,7 @@ Output ``` 123 ``` -### Using without `default` kwarg +#### Using without `default` kwarg Code ```python from db import ClutterDB @@ -73,7 +73,7 @@ Output ``` None ``` -### Using with `default` kwarg +#### Using with `default` kwarg Code ```python from db import ClutterDB