Skip to content

Commit f731e0d

Browse files
chore(cli):
1 parent 149f2c0 commit f731e0d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/guides/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1111

12-
`stapp-cli` can be used to install and update stapp packages and theirs peer dependencies.
12+
`stapp-cli-tools` can be used to install and update stapp packages and theirs peer dependencies.
1313

1414
## Installation and usage
1515
```text
16-
npm install stapp-cli -g
16+
npm install stapp-cli-tools -g
1717
```
1818

1919
### `stapp-update`

packages/stapp-cli-tools/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Stapp CLI
1+
# Stapp CLI Tools
22

33
CLI for [Stapp](https://github.com/TinkoffCreditSystems/stapp).
44

5-
See [documentation](https://stapp.js.org) for more info.
5+
See [documentation](https://stapp.js.org/guides/cli.html) for more info.
66

77
## Installation
88
```bash
9-
npm install -g stapp-cli
9+
npm install -g stapp-cli-tools
1010
```
1111

1212
## License

0 commit comments

Comments
 (0)