From e2eeb480db5fad0bc9cb8898a71fb10c3f941b64 Mon Sep 17 00:00:00 2001 From: Tom H Anderson Date: Sat, 12 Oct 2024 20:15:38 -0600 Subject: [PATCH] Gave link to temp docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abe43e53..da1fd05d 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,12 @@ To publish the config use: php artisan vendor:publish --tag="config" --provider="LaravelDoctrine\ORM\DoctrineServiceProvider" ``` + Documentation ------------- -Full documentation of this library does not exist at this time. However, the library is -similar to the 2.0 version of this library. +Full documentation is available at https://laravel-doctrine-orm-testing.readthedocs.io/ +or in the docs directory. Features