Skip to content

Commit d31f7ef

Browse files
committedJan 6, 2022
FIX repo to clone from
1 parent 1fe238b commit d31f7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## How?
1212

1313
- Fork the repository by clicking on the `Fork` button on the upper right corner
14-
- Clone the repository of your fork with: `git clone https://github.com/MYLOGIN/datacamp-assignment1` (replace MYLOGIN with your GitHub login)
14+
- Clone the repository of your fork with: `git clone https://github.com/MYLOGIN/datacamp-assignment-numpy` (replace MYLOGIN with your GitHub login)
1515
- Create a branch called `my_user_name` using `git checkout -b my_user_name`
1616
- Make the changes to complete the assignment. You have to modify the files that contain `questions` in their name. Do not modify the files that start with `test_`.
1717
- Check locally that your solution meet the test by running `pytest` from the root of the repo. You may need to install `pytest` using `pip` or `conda`.

0 commit comments

Comments
 (0)
Please sign in to comment.