Skip to content

Commit 0ed5817

Browse files
authored
Update README.md
1 parent f8136a6 commit 0ed5817

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,8 @@ see (link() method to know how to generate navigation automatically)
241241
$db->table("blog")->where("vote", ">", 2)->paginate(5);
242242
echo $db->link();
243243
```
244-
245-
246-
## dataView :
244+
245+
## dataView :
247246
view query results in table
248247
we need to create a simple table to view results of query
249248

0 commit comments

Comments
 (0)