Skip to content

Commit

Permalink
fix(cli): add missing language to code blocks
Browse files Browse the repository at this point in the history
Improve the README.md for generated applications using CLI

Signed-off-by: Kerollos Magdy <kerolloz@yahoo.com>
  • Loading branch information
kerolloz authored and dhmlau committed Oct 9, 2020
1 parent ab0e374 commit 672d331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/cli/generators/app/templates/README.md.ejs
Expand Up @@ -32,13 +32,13 @@ Open http://127.0.0.1:3000 in your browser.

To incrementally build the project:

```
```sh
npm run build
```

To force a full build by cleaning up cached artifacts:

```
```sh
npm run clean
npm run build
```
Expand Down
Expand Up @@ -52,13 +52,13 @@ Open http://127.0.0.1:3000 in your browser.
To incrementally build the project:
\`\`\`
\`\`\`sh
npm run build
\`\`\`
To force a full build by cleaning up cached artifacts:
\`\`\`
\`\`\`sh
npm run clean
npm run build
\`\`\`
Expand Down

0 comments on commit 672d331

Please sign in to comment.