From bd508da7df28ae8a7a92087d08433661808235bf Mon Sep 17 00:00:00 2001 From: Ninjirate <44177938+Ninjirate@users.noreply.github.com> Date: Wed, 17 Oct 2018 23:16:03 -0500 Subject: [PATCH] Update Bootstrap 4.1.3 (#19507) * Update Bootstrap 4.1.3 Update to 4.1.3 for compiled CSS and JSmin * Added comment about BS version. --- .../css/css-frameworks/css-framework-bootstrap/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 - + ```