From 0c19a45d6c9a09eb63d780e95a2bb6824c23a508 Mon Sep 17 00:00:00 2001 From: Jan-Paul Kleemans Date: Tue, 21 Nov 2023 10:58:08 +0100 Subject: [PATCH] Update comment --- create-test-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-test-app.sh b/create-test-app.sh index 1641449..78bbc91 100755 --- a/create-test-app.sh +++ b/create-test-app.sh @@ -2,7 +2,7 @@ $1 # Install vue command, project name should be `test-app` -# Copy example code and svg's +# Copy example code and SVGs cp ./example/src/App.vue ./test-app/src/App.vue cp ./example/vite.config.ts ./test-app/vite.config.js cp ./example/src/assets/test.svg ./test-app/src/assets/test.svg