From e72a82c4113c9fca496e3d13a98edd6b677bf99b Mon Sep 17 00:00:00 2001 From: RiccardoMoro Date: Fri, 18 Nov 2016 18:08:15 +0100 Subject: [PATCH] Updated README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 804546f..02607d6 100644 --- a/README.md +++ b/README.md @@ -94,14 +94,14 @@ LongPressPopupBuilder class:


-Also, the LongPressPopup class gives some utility method, like
-* register()
+Also, the LongPressPopup class gives some utility methods, like
+* ```public void register()```
Which means that the popup is listening for touch events on the given view to show itself

-* unregister()
+* ```public void unregister()```
Which makes to popup stop listening for touch events and dismiss itself if open

-* showNow()
+* ```public void showNow()```
Which shows immediately the popup -* dismissNow()
+* ```public void dismissNow()```
Which dismiss immediately the popup if open