Skip to content

Commit

Permalink
Updated ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
devmike01 committed Mar 13, 2019
1 parent 7a6bcd8 commit 05e2029
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 @@ -10,7 +10,7 @@ A light weight library which uses annotation processing to generate codes that l
* Read from `Preference` and `SharedPreferences` using just annotations `@Read...`)
* Listen to value changes in real-time

No one like writing lot of codes just to achieve a simple task. I mean, who does this:
No one like writing lot of codes just to do a simple task. I mean, who does this:

```kotlin
val sp: SharedPreference = getSharedPreferences("coconut_head", Context.MODE_PRIVATE)
Expand Down

0 comments on commit 05e2029

Please sign in to comment.