diff --git a/docs/index.md b/docs/index.md index 4871ba458..723325a3e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -111,7 +111,7 @@ Install using `pip`, including any optional packages you want... git clone https://github.com/encode/django-rest-framework -Add `'rest_framework'` to your `INSTALLED_APPS` setting. +Add `'rest_framework'` to your `INSTALLED_APPS` inside setting.py file. INSTALLED_APPS = [ ...