Skip to content

Commit 055919b

Browse files
0xdevaliasj4k0xb
andauthored
docs: update README to link to API and CLI docs (#186)
Co-authored-by: j4k0xb <55899582+j4k0xb@users.noreply.github.com>
1 parent 4165d5b commit 055919b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ webcrack input.js > output.js
3737
webcrack bundle.js -o output-dir
3838
```
3939

40+
[CLI Reference](https://webcrack.netlify.app/docs/guide/cli.html)
41+
4042
## API
4143

4244
```bash
@@ -56,3 +58,5 @@ console.log(result.code);
5658
console.log(result.bundle);
5759
await result.save('output-dir');
5860
```
61+
62+
[API Reference](https://webcrack.netlify.app/docs/guide/api.html)

0 commit comments

Comments
 (0)