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

fix html code formatting #534

Merged
merged 1 commit into from
Feb 1, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions doc/gettingstarted/creating.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@ Two observers then subscribe to this sequence and print out its values. You will

First, we need to ensure we reference the proper files if in the browser. Note that the RxJS NPM Package already includes all operators by default.

html
```
```html
<script src="rx.lite.js"></script>
```

Expand Down Expand Up @@ -322,8 +321,8 @@ In the following example, we convert the previous cold observable sequence sourc
```

First, we need to ensure we reference the proper files if in the browser. Note that the RxJS NPM Package already includes all operators by default.
html
```

```html
<script src="rx.lite.js"></script>
```

Expand Down