Correct typo in getting-started-installation.md (#405)

Change 
> Docusaurus was designed from the ground up to be easily installed and used to get your website up **an** running quickly. 
to 
> Docusaurus was designed from the ground up to be easily installed and used to get your website up **and** running quickly.
This commit is contained in:
Hayden Evans 2018-01-19 19:56:04 -07:00 committed by Joel Marcey
parent 4c2558e8bd
commit e0704d0f55

View file

@ -3,7 +3,7 @@ id: installation
title: Installation
---
Docusaurus was designed from the ground up to be easily installed and used to get your website up an running quickly. To install Docusaurus, we have created an easy script that will get all of the infrastructure setup for you:
Docusaurus was designed from the ground up to be easily installed and used to get your website up and running quickly. To install Docusaurus, we have created an easy script that will get all of the infrastructure setup for you:
1. Go into the root of your GitHub repo directory where you will be creating the docs.
1. `yarn global add docusaurus-init` or `npm install --global docusaurus-init`