Skip to content

Commit acfeac8

Browse files
committed
chore(readme): add demo site link
1 parent f69cbe1 commit acfeac8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
## Getting Started
2020

21+
Live demo is at https://stacklynjs.github.io/demo.
22+
2123
First and foremost, `npm install stacklyn`.
2224
*(and/or use one of the direct import methods listed below)*
2325

@@ -37,10 +39,8 @@ try {
3739

3840
mapped.forEach(frame => console.log(frame.raw)); // log the sourcemapped stack frames
3941

40-
// i would've done a better guide
41-
// but i've been working on this since may 26
42-
// and since i wanted to release it for so long
43-
// this will do for now.
42+
// i would've done a better guide but i've been working on this since may 26
43+
// and since i wanted to release it for so long this will do for now.
4444
// - doctoon, sorry for inconvinence, docs are coming soon i promise
4545
}
4646
```

0 commit comments

Comments
 (0)