Browse Source

Fix comment

Mathieu Acthernoene 5 years ago
parent
commit
a7d0a02069
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -79,7 +79,7 @@ dependencies {
79 79
 3.  Add the import and link the package in `MainApplication.java`:
80 80
 
81 81
 ```java
82
-import com.yonahforst.rnpermissions.RNPermissionsPackage; // <-- Add the RNLocalize import
82
+import com.yonahforst.rnpermissions.RNPermissionsPackage; // <-- Add the import
83 83
 
84 84
 public class MainApplication extends Application implements ReactApplication {
85 85