From a1f2d0f6b95bad87d23dcb18f43b8b8a973fe69e Mon Sep 17 00:00:00 2001 From: Zero King Date: Fri, 1 Jul 2022 15:53:15 +0000 Subject: [PATCH] docs: update links in readme (#381) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dca17b2..037d2df 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ Mocking up web app with Vitesse(speed)
## Features -- ⚡️ [Vue 3](https://github.com/vuejs/vue-next), [Vite 2](https://github.com/vitejs/vite), [pnpm](https://pnpm.js.org/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness +- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 2](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness - 🗂 [File based routing](./src/pages) - 📦 [Components auto importing](./src/components) -- 🍍 [State Management via Pinia](https://pinia.esm.dev/) +- 🍍 [State Management via Pinia](https://pinia.vuejs.org/) - 📑 [Layout system](./src/layouts)