Skip to content

Commit

Permalink
docs: use must instead of must to indicate requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr authored Sep 21, 2024
1 parent d442613 commit 4afdf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Dart Sass Maven Plugin will determine the latest Dart Sass version available on
## Offline operation

This plugin included all released archives for a given Dart Sass version in previous versions. However, starting from version 1.0.0, this plugin will download the latest release of Dart Sass if it's not found in the temporary folder or in the cached files' directory. Should this plugin be used in an air-capped environment, you should provide a release archive inside the cached files directory and at least pin the Dart Sass' release version with the `<version>` parameter. The release archive should be a file named `release` on the subpath `<os>`/`<arch>`/`<version>`/ inside the cached files' directory.
This plugin included all released archives for a given Dart Sass version in previous versions. However, starting from version 1.0.0, this plugin will download the latest release of Dart Sass if it's not found in the temporary folder or in the cached files' directory. Should this plugin be used in an air-capped environment, you _must_ provide a release archive inside the cached files directory and at least pin the Dart Sass' release version with the `<version>` parameter. The release archive _must_ be a file named `release` on the subpath `<os>`/`<arch>`/`<version>`/ inside the cached files' directory.

## Proxy connections

Expand Down

0 comments on commit 4afdf10

Please sign in to comment.