Skip to content

Commit

Permalink
📄 Fix markdown mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGrote authored Sep 12, 2024
1 parent a953071 commit 8457844
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 @@ -43,7 +43,7 @@ The bit.ly link will always point to the latest release of ModuleFast by default

### Module Specification Syntax

ModuleFast introduces a shorthand string syntax for defining module specifications. It generally takes the form of '<Module><Operator><Version>'. The version supports SemVer 2 and prerelease tags.
ModuleFast introduces a shorthand string syntax for defining module specifications. It generally takes the form of `<ModuleName><Operator><Version>`. The version supports SemVer 2 and prerelease tags.

The available operators are:
- `=`: Exact version match. Examples: `ImportExcel=7.1.0`, `ImportExcel=7.1.0-preview`
Expand Down

0 comments on commit 8457844

Please sign in to comment.