From a0625fdfb55f2b282c9f7444a8fe39875e181141 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sun, 6 Jan 2019 20:39:10 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" +} ```