Skip to content

Commit

Permalink
chore(docs): fix locale typo for machine
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Jul 24, 2024
1 parent 71647d9 commit 59a5b4b
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 @@ -41,7 +41,7 @@ const results = await kayle({
It is recommended to use `htmlcs` as the runner or simply not declare a runner for the default.
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.
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 local machine.

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

Expand Down

0 comments on commit 59a5b4b

Please sign in to comment.