Skip to content

Commit bec7778

Browse files
committed
Update badges and features list
1 parent 97ad616 commit bec7778

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
1-
[ReactJS.NET](http://reactjs.net/) [![Build status](http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt1242\)/statusIcon)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt1242&guest=1)
1+
[ReactJS.NET](http://reactjs.net/)
22
===========
3+
34
ReactJS.NET is a library that makes it easier to use Facebook's
45
[React](http://facebook.github.io/react/) and
56
[JSX](http://facebook.github.io/react/docs/jsx-in-depth.html) from C#.
67

8+
[![Build status](http://img.shields.io/teamcity/codebetter/bt1242.svg)]((http://teamcity.codebetter.com/viewType.html?buildTypeId=bt1242&guest=1)) 
9+
![Code coverage](http://img.shields.io/teamcity/coverage/bt1242.svg) 
10+
![NuGet downloads](http://img.shields.io/nuget/dt/React.Core.svg) 
11+
![NuGet version](http://img.shields.io/nuget/v/React.Core.svg)
12+
713
Features
814
========
9-
* On-the-fly [JSX to JavaScript compilation](http://reactjs.net/getting-started/download.html)
15+
* On-the-fly [JSX to JavaScript compilation](http://reactjs.net/getting-started/usage.html)
1016
* JSX to JavaScript compilation via popular minification/combination
1117
libraries:
1218
* [ASP.NET Bundling and Minification](http://reactjs.net/guides/weboptimizer.html)
13-
* Cassette
19+
* [Cassette](http://reactjs.net/guides/cassette.html)
1420
* [Server-side component rendering](http://reactjs.net/guides/server-side-rendering.html)
1521
to make your initial render super-fast (experimental!)
22+
* [Runs on Linux](http://reactjs.net/guides/mono.html) via Mono and V8
1623

1724
Quick Start
1825
===========

0 commit comments

Comments
 (0)