We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598c9a0 commit 19399f3Copy full SHA for 19399f3
README.md
@@ -1,13 +1,13 @@
1
# Mintlify Documentation
2
3
-Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
+Install the [Mint CLI](https://www.npmjs.com/package/mint) to preview the documentation changes locally. To install, use the following command
4
5
```
6
-npm i -g mintlify
+npm i -g mint
7
8
9
-Run the following command at the root of your documentation (where mint.json is)
+Run the following command at the root of your documentation (where docs.json is)
10
11
12
-mintlify dev
+mint dev
13
0 commit comments