mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-03-03 11:31:21 +03:00
docs: fix 'Startup up' typo in README (#9901)
This commit is contained in:
parent
1792a2fccc
commit
a3f939f4f9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user