Typo Fix in guide/english/bulma/index.md (#35936)

* Update index.md

* fix: changed terminal to shell
pull/36089/head
Rajiv Ranjan Singh 2019-05-20 07:34:36 +05:30 committed by Tom
parent 34ccf02bba
commit 1be1f430b3
1 changed files with 4 additions and 4 deletions

View File

@ -18,20 +18,20 @@ Bulma is a free and open source frontend CSS framework based on Flexbox. It cont
## Getting started
There are three ways for you to start using bulma.
You can use npm to install the Bulma package (recommendede), you can link the Bulma stylesheat via CDN or you can clone the GitHub repository of Bulma to get the latest developement version.
There are three ways for you to start using Bulma.
You can use npm to install the Bulma package (recommended), you can link the Bulma stylesheet via CDN or you can clone the GitHub repository of Bulma to get the latest development version.
### Using NPM
Just type the following in your terminal:
```terminal
```shell
$ npm install bulma
```
### Using a CDN
Take one of the links from [this page](https://cdnjs.com/libraries/bulma) and embedd them in your project.
Take one of the links from [this page](https://cdnjs.com/libraries/bulma) and embed them in your project.
### GitHub Repository