Skip to content

Commit 34dc5a9

Browse files
committed
The CRUD examples are now multiple separate files
1 parent ba74b89 commit 34dc5a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ along with keeping the overall design fast and powerful.
1818

1919

2020
## Examples:
21-
- [CRUD](docs/examples/crud.php)
21+
- [Models](docs/examples/model.php) (used for example data in other examples too)
22+
- [Query](docs/examples/query.php)
23+
- [Insert](docs/examples/insert.php)
2224
- Provide your own [BSON objects](docs/examples/changing-types.php)
2325

2426

0 commit comments

Comments
 (0)