File tree 1 file changed +4
-4
lines changed
docs/v3/guidelines/nodes/running-nodes 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ It will create `/usr/bin/ton/local.config.json` on your machine where mytonctrl
143
143
<TabItem value =" js " label =" JavaScript " >
144
144
145
145
``` bash
146
- npm i --save ton-core ton-lite-
146
+ npm i --save ton-core ton-lite-client
147
147
```
148
148
149
149
</TabItem >
@@ -179,9 +179,9 @@ Change project type to `module` in your `package.json` file:
179
179
180
180
Create ` index.js ` file with the following content:
181
181
``` js
182
- import { LiteSingleEngine } from ' ton-lite-/dist/engines/single.js'
183
- import { LiteRoundRobinEngine } from ' ton-lite-/dist/engines/roundRobin.js'
184
- import { Lite } from ' ton-lite-/dist/.js'
182
+ import { LiteSingleEngine } from ' ton-lite-client /dist/engines/single.js'
183
+ import { LiteRoundRobinEngine } from ' ton-lite-client /dist/engines/roundRobin.js'
184
+ import { Lite } from ' ton-lite-client /dist/.js'
185
185
import config from ' ./config.json' assert {type : 'json '};
186
186
187
187
You can’t perform that action at this time.
0 commit comments