We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69cbe1 commit acfeac8Copy full SHA for acfeac8
README.md
@@ -18,6 +18,8 @@
18
19
## Getting Started
20
21
+Live demo is at https://stacklynjs.github.io/demo.
22
+
23
First and foremost, `npm install stacklyn`.
24
*(and/or use one of the direct import methods listed below)*
25
@@ -37,10 +39,8 @@ try {
37
39
38
40
mapped.forEach(frame => console.log(frame.raw)); // log the sourcemapped stack frames
41
- // i would've done a better guide
- // 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.
+ // i would've done a better guide but i've been working on this since may 26
+ // and since i wanted to release it for so long this will do for now.
44
// - doctoon, sorry for inconvinence, docs are coming soon i promise
45
}
46
```
0 commit comments