Skip to content

Commit 1c0b1c5

Browse files
authored
Update README.md
1 parent 39a14a2 commit 1c0b1c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Features
1818
* [Server-side component rendering](http://reactjs.net/guides/server-side-rendering.html)
1919
to make your initial render super-fast (experimental!)
2020
* [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
21+
* Supports both ASP.NET 4.0/4.5 and ASP.NET Core 1.0
2222

2323
Quick Start
2424
===========
2525
Install the package
2626
```
2727
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)
28+
Install-Package React.AspNet # For ASP.NET MVC Core 1.0
2929
```
3030

3131
Create JSX files

0 commit comments

Comments
 (0)