diff --git a/README.md b/README.md index a91f5b4..a5107ca 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,9 @@ return [ ## Using MJML -You can either use the MJML cli locally, or the MJML API. +You can either use the MJML CLI locally, or the MJML API. -To use the cli, you need to install both Node and [the mjml executable](https://mjml.io/documentation/#installation): +To use the CLI, you need to install both Node and [the mjml executable](https://mjml.io/documentation/#installation): To use the API, you need to [request a API key](https://mjml.io/api). diff --git a/src/templates/settings.twig b/src/templates/settings.twig index 024e9a6..54176e5 100644 --- a/src/templates/settings.twig +++ b/src/templates/settings.twig @@ -53,7 +53,7 @@ }} {{ forms.autosuggestField({ - label: 'MJML CLI PAth', + label: 'MJML CLI Path', instructions: 'Enter the path to where the MJML CLI installed with npm is located, i.e. `/usr/local/bin/mjml`', id: 'mjmlCliPath', name: 'mjmlCliPath',