From a11e2ba5dde53aa8c30409afd965d10b4e1013ec Mon Sep 17 00:00:00 2001 From: Tobias Preuss Date: Thu, 19 Apr 2018 13:40:22 +0200 Subject: [PATCH] Enable syntax highlighting for Groovy code snippets. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bec54bf..ca5a1ba 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ For more detailed guide on Reactive Features read the [Wiki](https://github.com/ Packages are available in `jcenter` -``` +``` groovy // Base features implementation 'com.mrezanasirloo:slick:1.1.2' @@ -121,11 +121,11 @@ annotationProcessor 'com.mrezanasirloo:slick-compiler:1.1.2' ``` Since Slick packages are not tied to a specific dependency you need to provide them. -``` -//Conductor +``` groovy +// Conductor implementation 'com.bluelinelabs:conductor:2.x.y' -//RxJava for Reactive Features +// RxJava for Reactive Features implementation 'io.reactivex.rxjava2:rxjava:2.x.y' ``` @@ -148,4 +148,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -``` \ No newline at end of file +```