Skip to content

Commit 312d59c

Browse files
authored
Merge pull request cncjs#3 from tawera/patch-1
Use default name of the CNCjs executable in README
2 parents d4f97c1 + 271a514 commit 312d59c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Run `npm run dev` to start a local development server for development, then conn
5151

5252
You can specify a mount path to test your widgets with CNCjs:
5353
```bash
54-
cnc -vv --mount /widget:/path/to/cncjs-widget-boilerplate/dist
54+
cncjs -vv --mount /widget:/path/to/cncjs-widget-boilerplate/dist
5555
```
5656

5757
## Production
@@ -62,7 +62,7 @@ After that, you can copy all dist files to a directory (e.g. /home/widget), and
6262
```bash
6363
mkdir -p /home/widget
6464
cp -af /path/to/cncjs-widget-boilerplate/dist/* /home/widget
65-
cnc --mount /widget:/home/widget
65+
cncjs --mount /widget:/home/widget
6666
```
6767

6868
### Configure CNCjs

0 commit comments

Comments
 (0)