Explorar o código

Added the dependency! Now on BinTray!

Tristan Wiley %!s(int64=10) %!d(string=hai) anos
pai
achega
0efe95c4c4
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -1,10 +1,16 @@
 #FloatingActionMenu
 ---
 This is a fork from https://github.com/TristanWiley/FloatingActionMenu, I modified it to support both  circle and line menu.
-The sample shows how to use it.
 
 Check the example for usage, the default is a line. A "circle" can be used by doing
 
+#Usage
+
+Put the following dependency in Gradle:
+
+    compile 'com.novaapps:FloatingActionMenu:1.0'
+
+Check the sample for more information, to make the FloatingActionMenu a circle use the below code.
 ```java
     menu.setIsCircle(true)
 ```