Skip to content

Commit cf3fe61

Browse files
committed
change path to the actuall CDN path
1 parent 49d69ab commit cf3fe61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Here's an example of how a PyScript plugin looks like:
1414

1515
```js
1616
// import the hooks from PyScript first...
17-
import { hooks } from "<path_to_pyscript>/core.js";
17+
import { hooks } from "https://pyscript.net/releases/2023.11.1/core.js";
1818

1919
// Use the `main` attribute on hooks do define plugins that run on the main thread
2020
hooks.main.onReady.add((wrap, element) => {

0 commit comments

Comments
 (0)