Skip to content

Commit bc194c7

Browse files
authored
Update README.md
1 parent 52388e7 commit bc194c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ repo with test scripts do the following:
8888

8989
```
9090
# Using ssh
91-
$ git clone [email protected]:turnitin/java-coding-exercise-2.git
91+
$ git clone [email protected]:turnitin/problem-solving-exercise.git
9292
9393
# Using https
94-
$ git clone https://[email protected]/turnitin/java-coding-exercise-2.git
94+
$ git clone https://[email protected]/turnitin/problem-solving-exercise.git
9595
```
9696

9797
##3. Remote
@@ -100,14 +100,14 @@ Once you are done you can put your solution in your own repository by adding it
100100
as a remote and pushing to it.
101101

102102
1. Create a new repo via the github UI, let's assume you call it
103-
`java-coding-exercise-2` to mirror ours.
103+
`problem-solving-exercise.git` to mirror ours.
104104
2. If possible use a private repo. If you've run out of private repos on github
105105
them no worries, we'd just like to make sure that every candidate's work is
106106
his or her own.
107107
3. Add your repo as a remote and push:
108108

109109
```
110-
$ git remote add myrepo [email protected]:pusheen/java-coding-exercise-2.git
110+
$ git remote add myrepo [email protected]:pusheen/problem-solving-exercise.git
111111
$ git push myrepo master
112112
```
113113

0 commit comments

Comments
 (0)