You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,22 +11,22 @@ Adapted from [Alfred VueJS Docs](https://github.com/vmitchell85/alfred-vuejs-doc
11
11
12
12
> **macOS Monterey:** PHP is no longer shipped with macOS, before attempting to use this workflow ensure you have installed the php binary via Homebrew.
13
13
14
-
1.[Download the latest version](https://github.com/clnt/alfred-tailwindcss-docs/releases/download/v2.0.1/TailwindCSSDocs.alfredworkflow)
14
+
1.[Download the latest version](https://github.com/clnt/alfred-tailwindcss-docs/releases/download/v3.0.0/TailwindCSSDocs.alfredworkflow)
15
15
2. Install the workflow by double-clicking the `.alfredworkflow` file
16
16
3. You can add the workflow to a category, then click "Import" to finish importing. You'll now see the workflow listed in the left sidebar of your Workflows preferences pane.
17
17
18
18
## Usage
19
19
20
-
To search the [v2 docs](https://tailwindcss.com/docs), just type `tw` followed by your search query.
20
+
To search the [v3 docs](https://tailwindcss.com/docs), just type `tw` followed by your search query.
21
21
22
22
```
23
23
tw <query>
24
24
```
25
25
26
-
To search the [v0 docs](https://v0.tailwindcss.com/docs), just type `tw0` followed by your search query.
26
+
To search the [v2 docs](https://v2.tailwindcss.com/docs), just type `tw2` followed by your search query.
27
27
28
28
```
29
-
tw0 <query>
29
+
tw2 <query>
30
30
```
31
31
32
32
To search the [v1 docs](https://v1.tailwindcss.com/docs), just type `tw1` followed by your search query.
@@ -35,4 +35,10 @@ To search the [v1 docs](https://v1.tailwindcss.com/docs), just type `tw1` follow
35
35
tw1 <query>
36
36
```
37
37
38
+
To search the [v0 docs](https://v0.tailwindcss.com/docs), just type `tw0` followed by your search query.
0 commit comments