From c0230dfa162b3cb63aac8df70d469de2ffb66e70 Mon Sep 17 00:00:00 2001 From: adapap <19696846+adapap@users.noreply.github.com> Date: Thu, 8 Oct 2020 22:26:57 -0400 Subject: [PATCH] Change to 'lightning' in installation --- src/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/installation.md b/src/guide/installation.md index e873075ff1..98710ed3b1 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -61,7 +61,7 @@ vue upgrade --next ## Vite -[Vite](https://github.com/vitejs/vite) is a web development build tool that allows for lighting fast serving of code due its native ES Module import approach. +[Vite](https://github.com/vitejs/vite) is a web development build tool that allows for lightning fast serving of code due its native ES Module import approach. Vue projects can quickly be set up with Vite by running the following commands in your terminal.