Skip to content

Commit 4901b57

Browse files
authored
chore: update README.md (#2512)
* Update README.md
1 parent 57010c0 commit 4901b57

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ This package adds functionalities to the Eloquent model and Query builder for Mo
3838
- [Basic Usage](#basic-usage-2)
3939
- [Available operations](#available-operations)
4040
- [Transactions](#transactions)
41-
- [Schema](#schema)
4241
- [Basic Usage](#basic-usage-3)
42+
- [Schema](#schema)
43+
- [Basic Usage](#basic-usage-4)
4344
- [Geospatial indexes](#geospatial-indexes)
4445
- [Extending](#extending)
4546
- [Cross-Database Relationships](#cross-database-relationships)
@@ -1107,7 +1108,7 @@ MongoDB specific operations:
11071108

11081109
All other (unsupported) operations are implemented as dummy pass-through methods because MongoDB does not use a predefined schema.
11091110

1110-
Read more about the schema builder on [Laravel Docs](https://laravel.com/docs/6.0/migrations#tables)
1111+
Read more about the schema builder on [Laravel Docs](https://laravel.com/docs/10.x/migrations#tables)
11111112

11121113
### Geospatial indexes
11131114

0 commit comments

Comments
 (0)