Skip to content

Commit b2e9034

Browse files
committed
chore: readme
1 parent c499461 commit b2e9034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ npx nx run <app-name>:clean
425425
You can create a library of NativeScript components or plugins or whatever you'd like.
426426

427427
```sh
428-
npx nx g @nativescript/nx:lib buttons
428+
npx nx g @nativescript/nx:library buttons
429429
```
430430

431431
This will generate a `nativescript-buttons` library where you could build out an entire suite of button behaviors and styles for your NativeScript apps.
@@ -441,7 +441,7 @@ The NativeScript Nx plugin will prefix libraries by default to help distinguish
441441
If you prefer you can also provide a flag to suffix instead:
442442

443443
```sh
444-
npx nx g @nativescript/nx:lib buttons --groupByName
444+
npx nx g @nativescript/nx:library buttons --groupByName
445445
```
446446

447447
Which would generate a `buttons-nativescript` library.

0 commit comments

Comments
 (0)