diff --git a/README.md b/README.md index 7c35f1a..027da1a 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,10 @@ 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. - **```Strings```:** Static utility methods pertaining to String or CharSequence instances. Refer to Guava ```Strings``` documentation. @@ -41,8 +43,10 @@ Main Features
+ Using Arrow ----------------- + To enable Arrow, add your dependency in your ```build.gradle``` file: ```java @@ -56,6 +60,7 @@ dependencies { ```
+ License -----------------