Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-npm-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-12-29 17:15:00 +0300
committerMark Otto <otto@github.com>2021-01-08 07:03:23 +0300
commit6e5fd27d8d1d7627647e4bba0e154a6e6836101b (patch)
treeb081802a806bdbf4e3d1e55416141b3949e9d2aa
parent495384ff2e270bbbff127ac1c644d4fc44eb3174 (diff)
README.md: fix Bootstrap version
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index acb81ea..129b8d5 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Setup as a starter template, you can easily generate a new GitHub repository. Fr
## What's included
- Single HTML page (`index.html`) to demonstrate how to include Bootstrap.
-- Includes Bootstrap (currently using v4.5.0) source files via npm.
+- Includes Bootstrap (currently using v4.5.3) source files via npm.
- npm scripts (see `package.json`) for compiling and autoprefixing Sass, watching for changes, and starting a basic local server.
- Example stylesheet (`scss/starter.scss`) highlighting two ways to include and customize Bootstrap.
- Example JavaScript file (`assets/js/starter.js`) showing how to import all of Bootstrap, or just the parts you need.