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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-10-13 18:38:30 +0300
committerGitHub <noreply@github.com>2020-10-13 18:38:30 +0300
commita716fb03f965dc0846df479e14388b1b4b93d7ce (patch)
tree1d6a3f7d5bdda6e1df0b11c3f54eb99da7a04328 /README.md
parentd9f4bcf6ff8f7696b4e0f4ee489e1a59c058321e (diff)
Prepare v4.5.3. (#31880)v4.5.3
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 090ee53a01..35ce9feaac 100644
--- a/README.md
+++ b/README.md
@@ -41,11 +41,11 @@
Several quick start options are available:
-- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.5.2.zip)
+- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.5.3.zip)
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap`
-- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.5.2`
-- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.5.2`
+- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.5.3`
+- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.5.3`
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
Read the [Getting started page](https://getbootstrap.com/docs/4.5/getting-started/introduction/) for information on the framework contents, templates and examples, and more.