Skip to content

Commit c7d4ea1

Browse files
committed
fixed readme
1 parent a1b0e63 commit c7d4ea1

File tree

2 files changed

+20
-60
lines changed

2 files changed

+20
-60
lines changed

.idea/workspace.xml

Lines changed: 18 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ if (res != null) {
156156

157157
or
158158

159+
```
159160
Cursor res = easyDB.getOneRowData(1, "1");
160161
if (res != null) {
161162
res.moveToFirst(); // Because here's only one row data
@@ -167,6 +168,7 @@ if (res != null) {
167168

168169
or
169170

171+
```
170172
Cursor res = easyDB.getOneRowData("ID", "1");
171173
if (res != null) {
172174
res.moveToFirst(); // Because here's only one row data

0 commit comments

Comments
 (0)