diff --git a/guide/english/bulma/get-started/index.md b/guide/english/bulma/get-started/index.md index acf00226ac5..c4dc9603cfb 100644 --- a/guide/english/bulma/get-started/index.md +++ b/guide/english/bulma/get-started/index.md @@ -4,9 +4,10 @@ title: Get Started ## Get Started There are several ways to get started with Bulma. -* npm install the bulma package. -* cdnjs CDN to link to the bulma stylesheet. -* use the GitHub Repository to get the latest development version. + +* npm install the Bulma package. +* cdnjs CDN to link to the Bulma stylesheet. +* use the Github Repository 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 @@ -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. \ No newline at end of file +```bulma-start``` is a tiny ```npm``` package that includes the npm dependencies you need to build your own website with Bulma.