diff --git a/1.hello-world/5.read-video-vue/README.md b/1.hello-world/5.read-video-vue/README.md index 271fd8c8..bb7b6415 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 +``` diff --git a/1.hello-world/6.read-video-vue3/README.md b/1.hello-world/6.read-video-vue3/README.md index 5fbbdb1c..149b34b0 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 +```