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

Commit 4b0073b

Browse files
committed
fix html code formatting
1 parent 24887ae commit 4b0073b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

doc/gettingstarted/creating.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ Two observers then subscribe to this sequence and print out its values. You will
269269

270270
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.
271271

272-
html
273-
```
272+
```html
274273
<script src="rx.lite.js"></script>
275274
```
276275

@@ -322,8 +321,8 @@ In the following example, we convert the previous cold observable sequence sourc
322321
```
323322

324323
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.
325-
html
326-
```
324+
325+
```html
327326
<script src="rx.lite.js"></script>
328327
```
329328

0 commit comments

Comments
 (0)