diff --git a/README.md b/README.md index 7870066..df63a62 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ $db->table('posts') ->select(); ``` -### limit : +### offset : get first 10 rows offset 3 ```php $db->table('posts')