We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d69ab commit cf3fe61Copy full SHA for cf3fe61
docs/user-guide/plugins.md
@@ -14,7 +14,7 @@ Here's an example of how a PyScript plugin looks like:
14
15
```js
16
// import the hooks from PyScript first...
17
-import { hooks } from "<path_to_pyscript>/core.js";
+import { hooks } from "https://pyscript.net/releases/2023.11.1/core.js";
18
19
// Use the `main` attribute on hooks do define plugins that run on the main thread
20
hooks.main.onReady.add((wrap, element) => {
0 commit comments