Skip to content

Commit ea74a0f

Browse files
committed
Update README.md
1 parent a961f8f commit ea74a0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ trait Versionable
132132

133133
Obviously you have to replace `MyVersioningBuilder` by the classname of your custom builder. In addition you have to make sure that your custom builder implements the functionality of the versioning query builder. There are some strategies to do this:
134134

135-
* Extend the versioning query builder `ProAi\Versioning\Builder`
136-
* Use the versioning builder trait `ProAi\Versioning\BuilderTrait`
135+
* Extend the versioning query builder `ProAI\Versioning\Builder`
136+
* Use the versioning builder trait `ProAI\Versioning\BuilderTrait`
137137
* Copy and paste the code from the versioning query builder to your custom builder
138138

139139
## Support
140140

141-
Bugs and feature requests are tracked on [GitHub](https://github.com/markusjwetzel/eloquent-versioning/issues).
141+
Bugs and feature requests are tracked on [GitHub](https://github.com/proai/eloquent-versioning/issues).
142142

143143
## License
144144

0 commit comments

Comments
 (0)