瀏覽代碼

Fix comment

Mathieu Acthernoene 5 年之前
父節點
當前提交
a7d0a02069
No account linked to committer's email address
共有 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