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 -----------------