diff --git a/README.md b/README.md index 6206d34..101953d 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,6 @@ ## Prerequisites - [VS Code](https://code.visualstudio.com/) `v1.71.0 or greater` -- [Nuxi CLI](https://v3.nuxtjs.org/api/commands/add/) `latest` - -Install Nuxi CLI Globally - -```bash -npm i -g nuxi -``` ## Features @@ -72,7 +65,8 @@ A command pallet of commands to run in addition to adding to the `explorer` cont - [x] `Nuxt: Add Middleware` - Add custom middleware to the project. - [x] `Nuxt: Add API Endpoint` - Adds a API endpoint to your project - [x] `Nuxt: Add Page` - Adds a page to your project -- [x] `Nuxt: Upgrade Latest Version` - Upgrade to the latest version of Nuxt +- [ ] `Nuxt: Typecheck` - WIP ⚠️ +- [x] `Nuxt: Upgrade` - Upgrade to the latest version of Nuxt ## 💻 Development diff --git a/preview/command-pallet.png b/preview/command-pallet.png index 94c1bb1..30a1c2b 100644 Binary files a/preview/command-pallet.png and b/preview/command-pallet.png differ