docs: fix 'Startup up' typo in README (#9901)

This commit is contained in:
Kelson Brito 2026-02-25 02:16:49 -06:00 committed by GitHub
parent 1792a2fccc
commit a3f939f4f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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