diff --git a/README.md b/README.md index 280a497..b08d281 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ To run the docs locally, follow the steps below: 2. Install the dependencies: ```bash - npm install -g mintlify + npm i -g mint ``` 3. Start the development server: ```bash - mintlify dev + mint dev ``` 4. Open the browser and navigate to `http://localhost:3000`.