From 68f5265b8e368e9d899886683c70b29f6eafca0b Mon Sep 17 00:00:00 2001 From: Adel Grimm Date: Wed, 22 Jun 2016 16:31:16 +0200 Subject: [PATCH] fix typo -> import RNLocation from com.syarul.rnlocation and not rnalocation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9b3357..070fcda 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ dependencies { * register module (in MainActivity.java) ```java -import com.syarul.rnalocation.RNLocation; // <--- import +import com.syarul.rnlocation.RNLocation; // <--- import public class MainActivity extends Activity implements DefaultHardwareBackBtnHandler { ......