From cac08dd8455adc63342b5e1ccd414cd3a14c5233 Mon Sep 17 00:00:00 2001 From: AdilSheraz Date: Mon, 7 Mar 2022 13:14:30 +0500 Subject: [PATCH] Update index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 723325a3e..08af7af3d 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` inside setting.py file. +Add `'rest_framework'` to your `INSTALLED_APPS` inside settings.py file. INSTALLED_APPS = [ ...