Skip to content

Commit d8b7009

Browse files
committed
📝 Update README
1 parent b30b61f commit d8b7009

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![GitHub All Releases](https://img.shields.io/github/downloads/techouse/alfred-django-docs/total.svg)
55
![GitHub](https://img.shields.io/github/license/techouse/alfred-django-docs.svg)
66

7-
Search the [Django documentation](https://docs.djangoproject.com/en/2.1/) using [Alfred](https://www.alfredapp.com/).
7+
Search the [Django documentation](https://docs.djangoproject.com/en/3.1/) using [Alfred](https://www.alfredapp.com/).
88

99
![demo](demo.gif)
1010

@@ -26,8 +26,8 @@ Either press `⌘Y` to Quick Look the result, or press `<enter>` to open it in y
2626

2727
## Changing Branches
2828

29-
The workflow supports searching the documentation of all the currently officially supported branches `3.0` `2.2`, and `1.11`.
30-
By default it searches the `3.0` branch. To search branch `2.2` or `1.11` simply type `v2.2` or `v1.11` anywhere in your query, like so:
29+
The workflow supports searching the documentation of all the currently officially supported branches.
30+
By default, it searches the latest stable branch. To search branch `2.2` or `1.11` simply type `v2.2` or `v1.11` anywhere in your query, like so:
3131

3232
```
3333
dj v1.11 as_p

0 commit comments

Comments
 (0)