Skip to content

Commit 137f633

Browse files
committed
see 09/26 log
1 parent dafecc5 commit 137f633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ compile 'com.blankj:utilcode:1.9.1'
625625

626626
```
627627
// init it in the function of onCreate in ur Application
628-
Utils.init(context);
628+
Utils.init(application);
629629
```
630630

631631

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ compile 'com.blankj:utilcode:1.9.1'
625625

626626
```
627627
// init it in the function of onCreate in ur Application
628-
Utils.init(context);
628+
Utils.init(application);
629629
```
630630

631631

0 commit comments

Comments
 (0)