Skip to content

Commit

Permalink
docs: remove old --nw flag (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen authored Apr 14, 2020
1 parent 295f653 commit 1813af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ng build
Now, lets build Scully and turn your Angular app into a pre-rendered static site.

```bash
npm run scully -- --nw
npm run scully
```

Congratulations! You have turned your Angular application into a wicked fast pre-rendered one thanks to Scully.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ ng build
Ahora, vamos a construir Scully y convertir tu aplicación Angular en un sitio estático pre-renderizado.

```bash
npm run scully -- --nw
npm run scully
```

¡Felicitaciones! Has convertido tu aplicación Angular en una aplicación perversamente rápida pre-renderizada gracias a Scully.
Expand Down

0 comments on commit 1813af2

Please sign in to comment.