aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvsn4ik <[email protected]>2018-01-20 00:49:49 +0300
committerMark Otto <[email protected]>2018-01-20 12:01:02 -0800
commit6b48747e61c1db92d9d65deb5ae3e62d1a89ff9e (patch)
treeada333c0305c865758c513c0de2c845fbe484242
parent2b8b062540eb39c6756e1491c9d44b818bc7baef (diff)
downloadbootstrap-6b48747e61c1db92d9d65deb5ae3e62d1a89ff9e.tar.xz
bootstrap-6b48747e61c1db92d9d65deb5ae3e62d1a89ff9e.zip
Remove -Pre from Nuget install
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6734d355b..008f0ce51 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Several quick start options are available:
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap`
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected]`
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.0.0`
-- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap -Pre` Sass: `Install-Package bootstrap.sass -Pre` (`-Pre` is only required until Bootstrap v4 has a stable release).
+- 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.0/getting-started/introduction/) for information on the framework contents, templates and examples, and more.