Skip to content

Commit bd267c2

Browse files
docs: minor updates to readme (#104)
1 parent 04d99f9 commit bd267c2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ npm install -D qwik-nx
3434
### Generating a workspace
3535

3636
```
37-
npx create-nx-workspace org-workspace --preset=qwik-nx
37+
npx create-nx-workspace@latest org-workspace --preset=qwik-nx
3838
```
3939

4040
### Generating an application
@@ -69,14 +69,14 @@ nx generate qwik-nx:setup-tailwind
6969

7070
## qwik-nx & Nx Compatibility Chart
7171

72-
| qwik-nx version | Nx version |
73-
| ---------------- | ---------- |
74-
| ~0.12.0 | ^15.8.0 |
75-
| ~0.10.0, ~0.11.0 | ~15.7.2 |
76-
| ~0.6.0 | ~15.6.0 |
77-
| ~0.5.0 | ~15.5.0 |
78-
| ~0.4.0 | ~15.4.0 |
79-
| <=0.4.0 | ^15.0.0 |
72+
| qwik-nx version | Nx version |
73+
| ------------------- | ---------- |
74+
| ~0.12.0, ~0.13.0 | ^15.8.0 |
75+
| ~0.10.0, ~0.11.0 | ~15.7.2 |
76+
| >= ~0.6.0 <= ~0.9.0 | ~15.6.0 |
77+
| ~0.5.0 | ~15.5.0 |
78+
| ~0.4.0 | ~15.4.0 |
79+
| <=0.4.0 | ^15.0.0 |
8080

8181
## ROADMAP:
8282

0 commit comments

Comments
 (0)