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