Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliolmuller committed Dec 20, 2020
1 parent 9452734 commit 19a5df4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ To execute the application, you must have a Marvel Developer account and have th
Make sure to have **Node.js 10+** installed in your machine and its **npm** available in the command line, then use the following routines:

```bash
$ npm install # Download dependencies
$ npm start # Run development server
$ npm run build # Build files for production
$ npm install # Download dependencies
$ npm start # Run development server
$ npm run build # Build files for production
```

0 comments on commit 19a5df4

Please sign in to comment.