From cdf5ad5f7a78f1174cfc3b0b65e1e22982bc1bfe Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:12:14 +0000 Subject: [PATCH] fix: correct CLI update command and add missing punctuation --- development.mdx | 2 +- essentials/images.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/development.mdx b/development.mdx index 8e25d7b..64307ae 100644 --- a/development.mdx +++ b/development.mdx @@ -52,7 +52,7 @@ Port 3000 is already in use. Trying 3001 instead. Please note that each CLI release is associated with a specific version of Mintlify. If your local preview does not align with the production version, please update the CLI: ```bash -npm mint update +npm i -g mint@latest ``` ## Validating links diff --git a/essentials/images.mdx b/essentials/images.mdx index 1144eb2..78065ba 100644 --- a/essentials/images.mdx +++ b/essentials/images.mdx @@ -13,7 +13,7 @@ icon: 'image' ### Using Markdown -The [markdown syntax](https://www.markdownguide.org/basic-syntax/#images) lets you add images using the following code +The [markdown syntax](https://www.markdownguide.org/basic-syntax/#images) lets you add images using the following code: ```md ![title](/path/image.jpg) @@ -23,7 +23,7 @@ Note that the image file size must be less than 5MB. Otherwise, we recommend hos ### Using embeds -To get more customizability with images, you can also use [embeds](/writing-content/embed) to add images +To get more customizability with images, you can also use [embeds](/writing-content/embed) to add images: ```html