very minor grammatical changes (#32508)

capitalise "Bulma" (x3)
This commit is contained in:
J
2018-12-18 03:46:49 +11:00
committed by Randell Dawson
parent 0e92f98997
commit 3f57d2532c

View File

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