Skip to content

Commit 97ad616

Browse files
committed
Merge pull request #19 from jjridge7/patch-2
Update React.Mvc# to React.Web.Mvc#
2 parents 12fe282 + 4ef35c2 commit 97ad616

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/jekyll/getting-started/download.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ packages available:
1212
* [React.Core](https://www.nuget.org/packages/React.Core/) - The core React library. Contains the main functionality of
1313
React and JSX. You will normally use this through an integration library
1414
like React.Mvc4.
15-
* [React.Mvc4](https://www.nuget.org/packages/React.Mvc4/) - Integration with ASP.NET MVC 4 and 5.
16-
* [React.Mvc3](https://www.nuget.org/packages/React.Mvc3/) - Integration with ASP.NET MVC 3.
15+
* [React.Web.Mvc4](https://www.nuget.org/packages/React.Web.Mvc4/) - Integration with ASP.NET MVC 4 and 5.
16+
* [React.Web.Mvc3](https://www.nuget.org/packages/React.Web.Mvc3/) - Integration with ASP.NET MVC 3.
1717
* [React.JavaScriptEngine.VroomJs](https://www.nuget.org/packages/React.JavaScriptEngine.VroomJs/) - Support for Mono (Linux) via Google's V8 engine
1818
* [Cassette.React](https://www.nuget.org/packages/Cassette.React/) - Integration with [Cassette](http://getcassette.net/). The recommended way to combine and minify your JavaScript.
1919
* [System.Web.Optimization.React](https://www.nuget.org/packages/System.Web.Optimization.React/) - Integration with
@@ -24,7 +24,7 @@ These packages can be installed either via the
2424
or via the Package Manager Console:
2525

2626
```
27-
Install-Package React.Mvc4
27+
Install-Package React.Web.Mvc4
2828
```
2929

3030
Development Builds

0 commit comments

Comments
 (0)