Skip to content

Commit 81f16c6

Browse files
authored
chore: remove rc tag from readme commands
1 parent 8bb6285 commit 81f16c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Makes using [Tailwind CSS](https://tailwindcss.com/) in NativeScript a whole lot
2020
Install `@nativescript/tailwind` and `tailwindcss`
2121

2222
```cli
23-
npm install --save @nativescript/tailwind@rc tailwindcss
23+
npm install --save @nativescript/tailwind tailwindcss
2424
```
2525

2626
Generate a `tailwind.config.js` with
@@ -91,7 +91,7 @@ This usage is considered legacy and will not be supported - however we are docum
9191
<summary>See instructions</summary>
9292
9393
```cli
94-
npm install --save-dev @nativescript/tailwind@rc tailwindcss postcss postcss-loader
94+
npm install --save-dev @nativescript/tailwind tailwindcss postcss postcss-loader
9595
```
9696
9797
Create `postcss.config.js` with the following:

0 commit comments

Comments
 (0)