From 8faae12dfff93d34080a8171395458c4cb2fb2c7 Mon Sep 17 00:00:00 2001 From: Rick Beerendonk Date: Thu, 16 Jan 2020 10:01:12 +0100 Subject: [PATCH] Fixed @vue/compiler-sfc typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 189ef7e..0966007 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ vue add vue-next ## What's implemented? -- [x] Add Vue 3 alpha and `@vue/complier-sfc` to the project dependencies. +- [x] Add Vue 3 alpha and `@vue/compiler-sfc` to the project dependencies. - [x] Configure webpack to compile `.vue` files with the new Vue 3 compiler. - [x] [A simple codemod](./generator/codemods/rfc09-global-api) that automatically migrates some global API changes mentioned in [RFC-0009](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0009-global-api-change.md).