Skip to content

Commit

Permalink
docs(http): fix typo, vdom$ to vtree$
Browse files Browse the repository at this point in the history
Or can be other way round, but they weren't matching.
  • Loading branch information
hhariri authored and staltz committed Oct 27, 2016
1 parent 902c967 commit 1e9ee15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function main(sources) {
.select('hello')
.flatten();

let vdom$ = response$
let vtree$ = response$
.map(res => res.text) // We expect this to be "Hello World"
.startWith('Loading...')
.map(text =>
Expand Down

0 comments on commit 1e9ee15

Please sign in to comment.