Skip to content

Commit 7d8f1b9

Browse files
committed
docs: removes incorrect example from README
1 parent a663fce commit 7d8f1b9

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,6 @@ bun install solid-js @dschz/load-script @dschz/solid-create-script
3333
> - `solid-js`
3434
> - `@dschz/load-script`
3535
36-
## 🔧 Usage
37-
38-
```ts
39-
import { createScript } from "@dschz/solid-create-script";
40-
41-
const script = createScript({
42-
src: "https://example.com/library.js",
43-
options: { async: true },
44-
});
45-
```
46-
4736
## 🧠 API
4837

4938
### `createScript(src, options?, container?)`

0 commit comments

Comments
 (0)