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

Commit 0a2d115

Browse files
Genert Orgmattpodwysocki
Genert Org
authored andcommitted
Update README.md (#1340)
Fix JS example code.
1 parent 8fa95ac commit 0a2d115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const subscription = source
6363
.map(quote => quote.price)
6464
.subscribe(
6565
price => console.log(`Prices higher than $30: ${price}`),
66-
err => console.log(`Something went wrong: ${err.message}`);
66+
err => console.log(`Something went wrong: ${err.message}`)
6767
);
6868

6969
/* When we're done */

0 commit comments

Comments
 (0)