From c5607d35723ae990ed168a22d2a9483f2e7a95a0 Mon Sep 17 00:00:00 2001 From: Tom Kent Date: Thu, 4 May 2023 16:17:34 +0800 Subject: [PATCH 1/2] Update README.md fix typo --- 1.hello-world/6.read-video-vue3/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.hello-world/6.read-video-vue3/README.md b/1.hello-world/6.read-video-vue3/README.md index 5fbbdb1cb..149b34b09 100644 --- a/1.hello-world/6.read-video-vue3/README.md +++ b/1.hello-world/6.read-video-vue3/README.md @@ -13,7 +13,7 @@ Make sure you have [node](https://nodejs.org/) installed. `node 14.21.3` and `vu ## Create the sample project -### Create a Bootstrapped Raw React Application +### Create a Bootstrapped Raw Vue Application ```cmd npm create vue@3 @@ -471,4 +471,4 @@ npm run dev ```sh npm run build -``` \ No newline at end of file +``` From 2030a83d0104f2744d99a2696d3b9352d3f54f36 Mon Sep 17 00:00:00 2001 From: Tom Kent Date: Thu, 4 May 2023 16:17:54 +0800 Subject: [PATCH 2/2] Update README.md fix typo --- 1.hello-world/5.read-video-vue/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.hello-world/5.read-video-vue/README.md b/1.hello-world/5.read-video-vue/README.md index 271fd8c8d..bb7b6415d 100644 --- a/1.hello-world/5.read-video-vue/README.md +++ b/1.hello-world/5.read-video-vue/README.md @@ -13,7 +13,7 @@ Make sure you have [node](https://nodejs.org/) installed. `node 14.21.3` and `vu ## Create the sample project -### Create a Bootstrapped Raw React Application +### Create a Bootstrapped Raw Vue Application ```cmd npm create vue@2 @@ -493,4 +493,4 @@ npm run dev ```sh npm run build -``` \ No newline at end of file +```