diff --git a/README.md b/README.md index 0d9cec17..b3912c7d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ In addition to CSG this library provides the following features: -##Maven +## Maven ``` com.neuronrobotics @@ -36,15 +36,15 @@ In addition to CSG this library provides the following features: ``` -##Gradle +## Gradle ``` repositories { //com.neuronrobotics hosting point maven { url 'https://oss.sonatype.org/content/repositories/staging/' } } dependencies { - compile "com.neuronrobotics:JavaCad:0.18.1" - } + compile "com.neuronrobotics:JavaCad:0.18.1" +} ```