Skip to content

Commit 78e143c

Browse files
authored
Update README.md
1 parent f5fcbf7 commit 78e143c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ NPM Packge to create Express App with templates
66
# Install
77

88
```bash
9-
npx cra-express-app
10-
9+
$ npx cra-express-app
10+
```
1111
or
12-
13-
npx cra-express-app <app-name> --template <template-name>
12+
```bash
13+
$ npx cra-express-app <app-name> --template <template-name>
1414
```
1515
# Templates
1616
* `express-js`: Express with vanilla Javascript (ES6 modules)

0 commit comments

Comments
 (0)