Skip to content

Commit

Permalink
fix typo -> import RNLocation from com.syarul.rnlocation and not rnal…
Browse files Browse the repository at this point in the history
…ocation
  • Loading branch information
Adel Grimm committed Jun 22, 2016
1 parent 6fe38f7 commit 68f5265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
......
Expand Down

0 comments on commit 68f5265

Please sign in to comment.