From 8c999d99424f69d5760dee06c44f71e80f4c02d7 Mon Sep 17 00:00:00 2001 From: Ronen Lubin <63970571+ronenlu@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:57:40 +0200 Subject: [PATCH] state doctrine version in README (#9) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f832dc2..a4229e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # atlas-provider-doctrine -Load [Doctrine](https://www.doctrine-project.org/) entities into an [Atlas](https://atlasgo.io) project. +Load [Doctrine 3](https://www.doctrine-project.org/) entities into an [Atlas](https://atlasgo.io) project. ### Use-cases 1. **Declarative migrations** - use a Terraform-like `atlas schema apply --env doctrine` to apply your Doctrine schema to the database.