Skip to content

Commit

Permalink
fix(nextjs): adjust generator reference in Next startup page component
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Jul 19, 2022
1 parent 10316d9 commit 9436a96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ export function createAppJsx(name: string) {
</summary>
<pre>
<span># Generate UI lib</span>
nx g @nrwl/angular:lib ui
nx g @nrwl/next:library ui
<span># Add a component</span>
nx g @nrwl/angular:component button --project ui
nx g @nrwl/next:component button --project=ui
</pre>
</details>
<details>
Expand Down

0 comments on commit 9436a96

Please sign in to comment.