From 43041e7948ae18651bbcef25b50fb22033f2cf32 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Fri, 28 Jul 2023 11:19:22 +0200 Subject: [PATCH] Small fix in Readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 661e103..16bea68 100644 --- a/Readme.md +++ b/Readme.md @@ -92,7 +92,7 @@ Which transfers 42 tokens from account 3 to account 7 And lastly, don't forget to close the provider when you're done: -``` +```nim await provider.close() ```