Skip to content

Commit d6b5e0b

Browse files
Merge pull request #229 from eric-horodyski/patch-1
docs(README): correct Nx usage typo
2 parents c0b27fd + 32a5990 commit d6b5e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/mf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ If you start from the scratch, `ng add` will take care of these settings.
7272

7373
### Nx
7474

75-
1. `npm install @angular-architects/module-federation`
76-
2. `ng g @angular-architects/module-federation:init`
75+
1. `npm install --save-dev @angular-architects/module-federation`
76+
2. `nx g @angular-architects/module-federation:init`
7777
3. Adjust the generated `webpack.config.js` file
7878
4. Repeat this for further projects in your workspace (if needed)
7979

0 commit comments

Comments
 (0)