Skip to content

Commit e165ea1

Browse files
committed
Fix paths in README
1 parent ba40a9c commit e165ea1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ We've provided some scaffolding to save you time. You'll want to clone the fork
111111
you made on Github. The url you fork is dependent on your username, but it'd
112112
look something like this:
113113

114-
git clone https://github.com/{YOUR USERNAME}/apichallenge.git
114+
git clone https://github.com/{YOUR USERNAME}/python-api-challenge.git
115115

116116
Once downloaded, you'll want to use `pip` to install the project requirements.
117117

118-
cd ./apichallenge
118+
cd ./python-api-challenge
119119
pip install -r requirements.txt
120120

121121
Once installed, you can run the Django project like so:

0 commit comments

Comments
 (0)