From f8b277e75b13392f287331c4d1d27faed33997b3 Mon Sep 17 00:00:00 2001 From: Davide Cristini Date: Thu, 17 Jun 2021 21:47:46 +0200 Subject: [PATCH] Update README.md (#15) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a07234..d62b04a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A wiki is available [*here*](https://github.com/fenix-hub/godot-engine.supabase/ Even though it is still not complete, Classes and APIs references are always listed and updated. ### code snippet -![code-snapshot](imgs/code-snapshot.png.old) +![code-snapshot](imgs/code-snapshot.png) Multiple approaches! @@ -52,4 +52,4 @@ func _ready() -> void: print(dbtask.data) else: print(dbtas.error) -``` \ No newline at end of file +```