Skip to content

Commit 8a628b9

Browse files
committed
Remove -Pre from Nuget install info since we're stable now /cc @supergibbs
1 parent 572d00a commit 8a628b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/4.0/getting-started/download.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,9 @@ composer require twbs/bootstrap:{{ site.current_version }}
9292
If you develop in .NET, you can also install and manage Bootstrap's [CSS](https://www.nuget.org/packages/bootstrap/) or [Sass](https://www.nuget.org/packages/bootstrap.sass/) and JavaScript using [NuGet](https://www.nuget.org/):
9393

9494
{% highlight powershell %}
95-
Install-Package bootstrap -Pre
95+
Install-Package bootstrap
9696
{% endhighlight %}
9797

9898
{% highlight powershell %}
99-
Install-Package bootstrap.sass -Pre
99+
Install-Package bootstrap.sass
100100
{% endhighlight %}
101-
102-
The `-Pre` is required until Bootstrap v4 has a stable release.

0 commit comments

Comments
 (0)