Skip to content

Commit

Permalink
chore(docs): add auto-kayle rust/wasm note
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Oct 6, 2023
1 parent 000181f commit 33e3761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ We did a massive rewrite on htmlcs and it is extremely fast and stable.

When passing raw `html` try to also include the `origin` or the url, this sets `window.origin` and helps scripts that rely on it to work correctly or else relatives scripts will not work since the relative path does not exist on the locale machine.

If you need to run a full site-wide crawl import `autoKayle`.
If you need to run a full site-wide crawl import `autoKayle` which uses Rust/Wasm to gather the links fast.

```ts
import { autoKayle, setLogging } from "kayle";
Expand Down

0 comments on commit 33e3761

Please sign in to comment.