Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit d2e9888

Browse files
author
Dmytro Litvinov
authored
Update README.md (#36)
1 parent f51dbcf commit d2e9888

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Install django-google-optimize with pip:
1717
Add the application to installed Django applications:
1818

1919
```py
20-
DJANGO_APPS = [
20+
# settings.py
21+
INSTALLED_APPS = [
2122
...
2223
"django_google_optimize",
2324
...

0 commit comments

Comments
 (0)