Fix missing '$' to show it's a shell command
This commit is contained in:
parent
561431e5f7
commit
ee320d90f3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue