Small fix in Readme

This commit is contained in:
Mark Spanbroek 2023-07-28 11:19:22 +02:00 committed by markspanbroek
parent 81ec482fca
commit 43041e7948
1 changed files with 1 additions and 1 deletions

View File

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