Remove extraneous asterisk from Bower doc (#2815)

👍
pull/2818/head
Scott Addie 2017-02-22 11:07:39 -06:00 committed by Shayne Boyer
parent d1be108042
commit 04a7c31f0f
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ Once you list packages in the *bower.json* file, Visual Studio will download the
* Create a new ASP.NET Core Web app with the **ASP.NET Core Web Application (.NET Core)** template. Select the **Empty** project template and click **OK**.
* In Solution Explorer, right-click the project > **Add New Item** and select **Bower Configuration File***. Note: A *.bowerrc* file is also added.
* In Solution Explorer, right-click the project > **Add New Item** and select **Bower Configuration File**. Note: A *.bowerrc* file is also added.
* Open *bower.json*, and add jquery and bootstrap to the `dependencies` section. The resulting *bower.json* file will look like the following example. The versions will change over time and may not match the image below.