Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit f0e4bd9

Browse files
Updating readme
1 parent b2f3381 commit f0e4bd9

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

nuget/RxJS-Bridges-HTML/RxJS-Bridges-HTML.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<tags>Rx RxJS Reactive Extensions Observable HTML5 HTML Ajax WebSockets WebWorkers</tags>
1616
<dependencies>
1717
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
18-
<dependency id="RxJS-Main" version="2.1" />
19-
<dependency id="RxJS-Binding" version="2.1" />
18+
<dependency id="RxJS-Main" version="2.3" />
19+
<dependency id="RxJS-Binding" version="2.3" />
2020
</dependencies>
2121
</metadata>
2222
<files>
23-
<file src="..\..\rx.dom.js" target="content\Scripts\rx.dom.js" />
24-
<file src="..\..\rx.dom.min.js" target="content\Scripts\rx.dom.min.js" />
23+
<file src="..\..\dist\rx.dom.js" target="content\Scripts\rx.dom.js" />
24+
<file src="..\..\dist\rx.dom.min.js" target="content\Scripts\rx.dom.min.js" />
2525
</files>
2626
</package>

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[![Build Status](https://travis-ci.org/Reactive-Extensions/RxJS-DOM.png)](https://travis-ci.org/Reactive-Extensions/RxJS)
2+
[![GitHub version](http://img.shields.io/github/tag/reactive-extensions/rxjs-DOM.svg)](https://github.com/Reactive-Extensions/RxJS)
3+
[![NPM version](http://img.shields.io/npm/v/rx-dom.svg)](https://npmjs.org/package/rx)
4+
[![Downloads](http://img.shields.io/npm/dm/rx-dom.svg)](https://npmjs.org/package/rx)
5+
[![NuGet](http://img.shields.io/nuget/v/RxJS-Bridges-HTML.svg)](http://www.nuget.org/packages/RxJS-Bridges-HTML/)
6+
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
7+
18
RxJS-DOM <sup>4.0</sup> - HTML DOM Bindings for the Reactive Extensions for JavaScript
29
==========================================================
310
## OVERVIEW

0 commit comments

Comments
 (0)