diff --git a/README.md b/README.md index a8e16438d2e7c79572585fe095d0f6c1ec86204b..0b6386a903f37ccc6ae30c52e9fb7f524168f5e0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is the new Backend for the ARSnova project. It's implemented with Akka, Slick and Flyway ## Development -This project makes use of (https://github.com/spray/sbt-revolver)[sbt-revolver] for continuous compiling. Just start sbt and start the backend with ```~re-start```. +This project makes use of [sbt-revolver](https://github.com/spray/sbt-revolver) for continuous compiling. Just start sbt and start the backend with ```~re-start```. ## Tests You can run the tests with ```sbt test```.