From 4e460fef87b01c05a0283a1bc65577bc5acb5f89 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 10 Nov 2020 17:23:11 +0100 Subject: [PATCH] docs: intro note --- docs/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index 1e8cd95b..c2220cce 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -1,6 +1,6 @@ # Getting Started -Creating a Single-page Application with Vue + Vue Router is dead simple. With Vue.js, we are already composing our application with components. When adding Vue Router to the mix, all we need to do is map our components to the routes and let Vue Router know where to render them. Here's a basic example: +Creating a Single-page Application with Vue + Vue Router feels natural: with Vue.js, we are already composing our application with components. When adding Vue Router to the mix, all we need to do is map our components to the routes and let Vue Router know where to render them. Here's a basic example: ## HTML -- 2.47.3