Skip to content

Commit 3578118

Browse files
committed
updated readme
1 parent 6c47bd8 commit 3578118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Content Resolver SQL
1414
[![minsdk-badge]][github]
1515
[![paypal-badge]][paypal-url]
1616

17-
Allows to write SQL statements instead of using `ContentResolver.query(...)`.
18-
The library add an extension function to Context.ContentResolver named
17+
Allows to write SQL statements instead of using `contentResolver.query(...)`.
18+
The library add an extension function to ContentResolver named
1919
`queryParser(query: String, selectionArgs: Array<String>? = null)`
2020

2121
## Example 1:

0 commit comments

Comments
 (0)