From 3f57d2532c7c9a784a89e6d3e3d4702fff90c164 Mon Sep 17 00:00:00 2001 From: J <19278162+teslamaniac@users.noreply.github.com> Date: Tue, 18 Dec 2018 03:46:49 +1100 Subject: [PATCH] very minor grammatical changes (#32508) capitalise "Bulma" (x3) --- guide/english/bulma/get-started/index.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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.