Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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