Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
B3nedikt authored Oct 27, 2023
1 parent 3b9a50c commit 82c5844
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 @@ -41,7 +41,7 @@ class SampleApplication : Application() {
...

override fun getResources(): Resources {
return AppLocale.wrapResources(applicationContext, super.getResources())
return Restring.wrapResources(applicationContext, super.getResources())
}
}
```
Expand Down

0 comments on commit 82c5844

Please sign in to comment.