Skip to content

Commit

Permalink
Fix unpkg url in docs (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Sep 16, 2023
1 parent 81cb0da commit ff74ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs.md
Expand Up @@ -67,7 +67,7 @@ See the [Parcel docs](https://parceljs.org/languages/css) for more details.
The `lightningcss-wasm` package can be used in Deno or directly in browsers. This uses a WebAssembly build of Lightning CSS. Use `TextEncoder` and `TextDecoder` convert code from a string to a typed array and back.

```js
import init, { transform } from 'https://unpkg.com/lightningcss-wasm?module';
import init, { transform } from 'https://esm.run/lightningcss-wasm';

await init();

Expand Down

0 comments on commit ff74ae5

Please sign in to comment.