From ee320d90f31482856354bfa78172f1932cfe7f6a Mon Sep 17 00:00:00 2001 From: Tissevert Date: Sun, 17 May 2020 22:15:22 +0200 Subject: [PATCH] Fix missing '$' to show it's a shell command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8866567..7226b3e 100644 --- a/README.md +++ b/README.md @@ -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.