From 410e4f245f59c52526ed9c45da7c941061eb35fb Mon Sep 17 00:00:00 2001 From: Amadeu Cavalcante Date: Wed, 18 Jul 2018 09:49:23 -0300 Subject: [PATCH] Fixed readme markdown - Removed
tags which were messing the markdown file. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c35f1a..2ac25ce 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Arrow ![arrow](https://cloud.githubusercontent.com/assets/1624385/13253864/9852185c-da3e-11e5-93ff-e7d21e130130.jpg) -
+ Main Features ----------------- - **```Optional```:** An immutable object that may contain a non-null reference to another object. Each instance of this type either contains a non-null reference, or contains nothing (in which case we say that the reference is "absent"); it is never said to "contain null". Refer to Guava ```Optional``` documentation or How to use ```Optional``` on Java and Android. @@ -40,12 +40,11 @@ Main Features - ```@WorkInProgress```: Class, method or field is declared as work in progress. -
Using Arrow ----------------- To enable Arrow, add your dependency in your ```build.gradle``` file: -```java +```groovy repositories { jcenter() } @@ -55,7 +54,7 @@ dependencies { } ``` -
+ License -----------------