We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba40a9c commit e165ea1Copy full SHA for e165ea1
1 file changed
README.md
@@ -111,11 +111,11 @@ We've provided some scaffolding to save you time. You'll want to clone the fork
111
you made on Github. The url you fork is dependent on your username, but it'd
112
look something like this:
113
114
- git clone https://github.com/{YOUR USERNAME}/apichallenge.git
+ git clone https://github.com/{YOUR USERNAME}/python-api-challenge.git
115
116
Once downloaded, you'll want to use `pip` to install the project requirements.
117
118
- cd ./apichallenge
+ cd ./python-api-challenge
119
pip install -r requirements.txt
120
121
Once installed, you can run the Django project like so:
0 commit comments