浏览代码

Fix comment

Mathieu Acthernoene 6 年前
父节点
当前提交
a7d0a02069
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -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