Fix missing '$' to show it's a shell command

This commit is contained in:
Tissevert 2020-05-17 22:15:22 +02:00
parent 561431e5f7
commit ee320d90f3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import * as Async from UnitJS.Async;
in any module if you want to use the `Async` module for instance and compile your code using the `--include` option of `sjw` with package `unitJS` :
```
sjw -I unitJS your/code/src -o your/code/main.js
$ sjw -I unitJS your/code/src -o your/code/main.js
```
Note that all modules have their path prefixed by a common `UnitJS` component and that SJW will only include the modules actually used in your code, not all of UnitJS.