diff --git a/README.md b/README.md index 470907c..1941206 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ Emulation toolkit for TON Smart Contracts ## Installation ```bash -yarn add ton-emulator @ton/core ton-crypto +yarn add @ton/emulator @ton/core ton-crypto ``` ## Usage ```typescript -import { ContractSystem } from 'ton-emulator'; +import { ContractSystem } from '@ton/emulator'; // Contract System is a virtual environment that emulates the TON blockchain const system = await ContractSystem.create(); @@ -54,4 +54,4 @@ This library is developed and maintained by the [Whales Corp.](https://tonwhales ## License -MIT \ No newline at end of file +MIT