Skip to content

Commit 19399f3

Browse files
authored
update commands (#986)
1 parent 598c9a0 commit 19399f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Mintlify Documentation
22

3-
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
3+
Install the [Mint CLI](https://www.npmjs.com/package/mint) to preview the documentation changes locally. To install, use the following command
44

55
```
6-
npm i -g mintlify
6+
npm i -g mint
77
```
88

9-
Run the following command at the root of your documentation (where mint.json is)
9+
Run the following command at the root of your documentation (where docs.json is)
1010

1111
```
12-
mintlify dev
12+
mint dev
1313
```

0 commit comments

Comments
 (0)