diff --git a/packages/react/src/generators/application/files/common/src/app/nx-welcome.tsx b/packages/react/src/generators/application/files/common/src/app/nx-welcome.tsx index 6278272a11a2d..fe753f241345e 100644 --- a/packages/react/src/generators/application/files/common/src/app/nx-welcome.tsx +++ b/packages/react/src/generators/application/files/common/src/app/nx-welcome.tsx @@ -743,9 +743,9 @@ export function NxWelcome({ title }: { title: string }) {
                 # Generate UI lib
-                nx g @nrwl/angular:lib ui
+                nx g @nrwl/react:lib ui
                 # Add a component
-                nx g @nrwl/angular:component button --project ui
+                nx g @nrwl/react:component button --project ui