very minor grammatical changes (#32508)

capitalise "Bulma" (x3)
pull/32762/head^2
J 2018-12-18 03:46:49 +11:00 committed by Randell Dawson
parent 0e92f98997
commit 3f57d2532c
1 changed files with 6 additions and 5 deletions

View File

@ -4,9 +4,10 @@ title: Get Started
## Get Started
There are several ways to get started with Bulma.
* <b>npm</b> install the bulma package.
* cdnjs <b>CDN</b> to link to the bulma stylesheet.
* use the <b>GitHub Repository</b> to get the latest development version.
* <b>npm</b> install the Bulma package.
* cdnjs <b>CDN</b> to link to the Bulma stylesheet.
* use the <b>Github Repository</b> to get the latest development version.
1) Using npm
```terminal
@ -20,7 +21,7 @@ https://github.com/jgthms/bulma/tree/master/css
### Code requirements
For bulma to work correctly, you need to make your webpage responsive.
For Bulma to work correctly, you need to make your webpage responsive.
1) Use HTML5 doctype
```html
<!DOCTYPE html>
@ -56,4 +57,4 @@ For bulma to work correctly, you need to make your webpage responsive.
```
### Bulma-start
```bulma-start``` is a tiny ```npm``` package that includes the npm dependencies you need to build your own website with Bulma.
```bulma-start``` is a tiny ```npm``` package that includes the npm dependencies you need to build your own website with Bulma.