From 1d5eb78008b858343610f44196a1c84325a62930 Mon Sep 17 00:00:00 2001 From: JoshHare <67011220+JoshHare@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:00:46 -0600 Subject: [PATCH] Update README.md to fix backend run typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8073f26d..2af26c2d 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ dotnet run **Terminal 2** ``` cd frontend -dotnet npm run dev +npm run dev ``` **Terminal 3** @@ -79,4 +79,4 @@ docker compose up mysql # License - [Apache 2.0](/LICENSE) -Copyright (C) 2018-2024 National Center for Atmospheric Research \ No newline at end of file +Copyright (C) 2018-2024 National Center for Atmospheric Research