diff --git a/guide/english/css/css-frameworks/css-framework-bootstrap/index.md b/guide/english/css/css-frameworks/css-framework-bootstrap/index.md index 01b1980448..df720426e2 100644 --- a/guide/english/css/css-frameworks/css-framework-bootstrap/index.md +++ b/guide/english/css/css-frameworks/css-framework-bootstrap/index.md @@ -7,7 +7,8 @@ Bootstrap is the most popular CSS framework for developing responsive, mobile fi ## Getting Started - Latest version: 4.1 -Here is a simple HTML template which includes the latest compiled and minified CSS and Javascript for the Bootstrap library. We have used a CDN in this example, but you can checkout other ways of installing Bootstrap. +Below is a simple HTML template which includes the latest compiled and minified CSS and Javascript for the Bootstrap library. We have used a CDN in this example, please see the official documentation for other ways of installing the latest version of Bootstrap. + ```html @@ -17,7 +18,7 @@ Here is a simple HTML template which includes the latest compiled and minified C Bootstrap - + @@ -29,7 +30,7 @@ Here is a simple HTML template which includes the latest compiled and minified C - + ```