From a3f939f4f970b4a7de55ceea49b15517b019be6a Mon Sep 17 00:00:00 2001 From: Kelson Brito Date: Wed, 25 Feb 2026 02:16:49 -0600 Subject: [PATCH] docs: fix 'Startup up' typo in README (#9901) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f875f65dd..2db216847 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ INSTALLED_APPS = [ Let's take a look at a quick example of using REST framework to build a simple model-backed API for accessing users and groups. -Startup up a new project like so... +Start up a new project like so... pip install django pip install djangorestframework