Skip to content

Commit a07893b

Browse files
authored
Update README.md
1 parent 665f0e0 commit a07893b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ A [Titanium App](https://www.appcelerator.com/mobile-app-development-products/)
55
## UPDATE!!!
66
Please checkout my new [`purgeTSS`](https://github.com/macCesar/purgeTSS) CLI.
77

8-
1. Just install it globally on your machine.
8+
1. Install it globally on your machine.
99
```bash
1010
> [sudo] npm i -g purgetss
1111
```
1212

13-
2. Use any [`tailwind.tss`](https://github.com/macCesar/purgeTSS/blob/master/tss/tailwind.tss), [`fontawesome.tss`](https://github.com/macCesar/purgeTSS/blob/master/tss/fontawesome.tss) or [`lineicons.tss`](https://github.com/macCesar/purgeTSS/blob/master/tss/lineicons.tss) classes in your views.
13+
2. Use any [tailwind.tss](https://github.com/macCesar/purgeTSS/blob/master/tss/tailwind.tss), [fontawesome.tss](https://github.com/macCesar/purgeTSS/blob/master/tss/fontawesome.tss), [materialicons.tss](https://github.com/macCesar/purgeTSS/blob/master/tss/materialicons.tss), [lineicons.tss](https://github.com/macCesar/purgeTSS/blob/master/tss/lineicons.tss) or your [custom.tss](https://github.com/macCesar/purgeTSS/blob/master/configuring-guide.md) classes in your views.
1414

1515
3. Run `purgetss` inside your project’s root folder before compiling your App.
1616
```bash

0 commit comments

Comments
 (0)