We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--nw
1 parent 295f653 commit 1813af2Copy full SHA for 1813af2
2 files changed
docs/getting-started.md
@@ -126,7 +126,7 @@ ng build
126
Now, lets build Scully and turn your Angular app into a pre-rendered static site.
127
128
```bash
129
-npm run scully -- --nw
+npm run scully
130
```
131
132
Congratulations! You have turned your Angular application into a wicked fast pre-rendered one thanks to Scully.
docs/getting-started_es.md
@@ -128,7 +128,7 @@ ng build
Ahora, vamos a construir Scully y convertir tu aplicación Angular en un sitio estático pre-renderizado.
133
134
¡Felicitaciones! Has convertido tu aplicación Angular en una aplicación perversamente rápida pre-renderizada gracias a Scully.
0 commit comments