Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PieroNarciso authored May 22, 2021
1 parent f5fcbf7 commit 78e143c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ NPM Packge to create Express App with templates
# Install

```bash
npx cra-express-app

$ npx cra-express-app
```
or

npx cra-express-app <app-name> --template <template-name>
```bash
$ npx cra-express-app <app-name> --template <template-name>
```
# Templates
* `express-js`: Express with vanilla Javascript (ES6 modules)
Expand Down

0 comments on commit 78e143c

Please sign in to comment.