Skip to content

Commit b235db3

Browse files
authored
Update README.md
1 parent 76800ee commit b235db3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ From a [comment on StackOverflow]:
1717
1818
## Installation
1919

20-
- Install the python package.
20+
- Install the latest version from PyPI.
21+
22+
```shell
23+
pip install django-nextjs
24+
```
25+
2126
- Add `django_nextjs` to `INSTALLED_APPS`.
2227

2328
- **In Development Environment:**
@@ -187,7 +192,7 @@ def jobs(request):
187192
- If you want to add a file to `public` directory of Next.js,
188193
that file should be in `public/next` subdirectory to work correctly.
189194
- If you're using django channels, make sure all your middlewares are
190-
[async-capable](https://docs.djangoproject.com/en/3.1/topics/http/middleware/#asynchronous-support).
195+
[async-capable](https://docs.djangoproject.com/en/dev/topics/http/middleware/#asynchronous-support).
191196

192197
## Settings
193198

0 commit comments

Comments
 (0)