Skip to content

Commit

Permalink
docs(examples): temp fix live demo link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 15, 2018
1 parent 9b26c4b commit 6989b8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/crypto-chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# crypto-chart

[Live demo](http://demo.thi.ng/umbrella/crypto-chart/)
[Live demo](https://s3.amazonaws.com/demo.thi.ng/umbrella/crypto-chart/index.html)

![chart](../../assets/crypto-chart.png)

Expand All @@ -16,7 +16,7 @@ constructs) and the entire app largely relies on various stream
combinators & transformers. Furthermore, this approach only triggers UI
updates / diffs when there were any relevant upstream value changes.

```
```bash
git clone https://github.com/thi-ng/umbrella.git
cd umbrella/examples/crypto-chart
yarn install
Expand Down
1 change: 1 addition & 0 deletions examples/crypto-chart/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ sync({
chart,
["div.fixed",
{ style: { top: `10px`, right: `${MARGIN_X}px` } },
["a.mr3", { href: "https://github.com/thi-ng/umbrella/tree/master/examples/crypto-chart/" }, "Source code"],
symbol,
period
]
Expand Down

0 comments on commit 6989b8d

Please sign in to comment.