Skip to content

Commit

Permalink
fix(docs): fix tutorial mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking authored and FrozenPandaz committed May 25, 2019
1 parent 4ead996 commit 92b71d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/01-create-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ng add @nrwl/angular --defaults
Now, create your first Angular application.

```bash
ng g app todos
ng g @nrwl/angular:application todos
```

Nx will ask you a few questions about the application you are trying to create: the directory it will be placed it, the tags used for linting, etc.. As your workspace grows, those things become really important. For now the default answers are good enough.
Expand Down

0 comments on commit 92b71d3

Please sign in to comment.