We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39a14a2 + 1c0b1c5 commit b365e13Copy full SHA for b365e13
README.md
@@ -18,14 +18,14 @@ Features
18
* [Server-side component rendering](http://reactjs.net/guides/server-side-rendering.html)
19
to make your initial render super-fast (experimental!)
20
* [Runs on Linux](http://reactjs.net/guides/mono.html) via Mono and V8
21
- * Supports both ASP.NET 4.0/4.5 and ASP.NET 5
+ * Supports both ASP.NET 4.0/4.5 and ASP.NET Core 1.0
22
23
Quick Start
24
===========
25
Install the package
26
```
27
Install-Package React.Web.Mvc4 # For ASP.NET MVC 4 or 5
28
-Install-Package React.AspNet # For ASP.NET MVC 6 (ASP.NET 5)
+Install-Package React.AspNet # For ASP.NET MVC Core 1.0
29
30
31
Create JSX files
0 commit comments