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

Commit efa4b30

Browse files
Merge pull request #111 from Maks3w/patch-3
Typo
2 parents 796e2f9 + 10cb49e commit efa4b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Let's walk through a simple yet powerful example of the Reactive Extensions for
7070
We'll start out with a basic skeleton for our application with script references to RxJS Lite based methods, and the RxJS Bindings for HTML DOM, along with a textbox for input and a list for our results.
7171
```html
7272
<script type="text/javascript" src="rx.lite.js"></script>
73-
<script type="text/javascript" src="rx.dom.js"><script>
73+
<script type="text/javascript" src="rx.dom.js"></script>
7474
<script type="text/javascript">
7575
7676
</script>

0 commit comments

Comments
 (0)