Skip to content

Commit 36a6555

Browse files
authored
fix: example in readme
1 parent 897eef8 commit 36a6555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ npm install @mytonswap/sdk
1616
Here's a basic example of how to use the MyTonSwap SDK:
1717

1818
```ts
19-
import { MyTonSwapClient } from '@mytonswap/sdk';
19+
import { MyTonSwapClient, toNano } from '@mytonswap/sdk';
2020

2121
const client = new MyTonSwapClient();
2222

@@ -49,4 +49,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
4949

5050
## Support
5151

52-
If you have any questions or need help, feel free to open an issue on our [GitHub repository](https://github.com/MyTonSwap/sdk/issues).
52+
If you have any questions or need help, feel free to open an issue on our [GitHub repository](https://github.com/MyTonSwap/sdk/issues).

0 commit comments

Comments
 (0)