diff --git a/docs/react/quickstart.md b/docs/react/quickstart.md index bb9f77e8cc0..188a030601d 100644 --- a/docs/react/quickstart.md +++ b/docs/react/quickstart.md @@ -21,7 +21,7 @@ In this guide, we'll go over the basics of both React and Ionic, including any I ## Creating a project with the Ionic CLI -To begin, let's install the latest version of the Ionic CLI. +To get started, let's install the latest version of the Ionic CLI. ```shell npm install -g @ionic/cli diff --git a/docs/vue/quickstart.md b/docs/vue/quickstart.md index 20b8adc86f1..331ab3f864e 100644 --- a/docs/vue/quickstart.md +++ b/docs/vue/quickstart.md @@ -21,7 +21,7 @@ In this guide, we will go over the basics of both Vue and Ionic Framework, inclu ## Creating a project with the Ionic CLI -To begin, let's install the latest version of the Ionic CLI. +To get started, let's install the latest version of the Ionic CLI. ```shell npm install -g @ionic/cli@latest