Skip to content

Commit 8421898

Browse files
committed
Update paths in README according to the original github repository
1 parent d933072 commit 8421898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This repository hosts a library for the first course of the [Scala MOOC](https:/
99
- Clone this repository, compile and publish the project:
1010

1111
~~~ sh
12-
git clone git@github.com:scalacenter/exercises-fpprinciples.git
13-
cd exercises-fpprinciples/
12+
git clone git@github.com:scala-exercises/exercises-scalatutorial.git
13+
cd exercises-scalatutorial/
1414
sbt compile publishLocal # it is important to first run the `compile` command alone
1515
~~~
1616

0 commit comments

Comments
 (0)