From 612a5b3c41477ae798f44b67323fdd51f7957e78 Mon Sep 17 00:00:00 2001 From: Augustin AFFOGNON Date: Wed, 26 Oct 2022 07:26:44 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c82ea9..165d784 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ $ dotnet tool install --global dotnet-ef * Dans la console, tapez la commande suivante: ```shell -Update-Database +$ dotnet ef database update ``` * L'application est prête à être utilisée.