Skip to content

Commit 1813af2

Browse files
docs: remove old --nw flag (#467)
1 parent 295f653 commit 1813af2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ng build
126126
Now, lets build Scully and turn your Angular app into a pre-rendered static site.
127127

128128
```bash
129-
npm run scully -- --nw
129+
npm run scully
130130
```
131131

132132
Congratulations! You have turned your Angular application into a wicked fast pre-rendered one thanks to Scully.

docs/getting-started_es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ ng build
128128
Ahora, vamos a construir Scully y convertir tu aplicación Angular en un sitio estático pre-renderizado.
129129

130130
```bash
131-
npm run scully -- --nw
131+
npm run scully
132132
```
133133

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

0 commit comments

Comments
 (0)