From 17e61b8ed7f9ca40e1c15c4753429b01a128e658 Mon Sep 17 00:00:00 2001 From: Elijah R <62162399+elijahr2411@users.noreply.github.com> Date: Wed, 29 Mar 2023 09:26:09 -0400 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fbecb2..6383bf6 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ The build output directory is `dist/` ## Serving -Just drop the contents of `dist/` somewhere into our webroot. For testing services, you can throw up a quick test webserver with the following command +Just drop the contents of `dist/` somewhere into our webroot. For testing purposes, you can throw up a quick test webserver with the following command `npm run serve`