Fix link in readme

This commit is contained in:
Ben Croker 2024-12-08 07:51:23 -06:00
parent 41fb2df3a8
commit 255a699f7d
No known key found for this signature in database
GPG Key ID: 09D799816F1CF332
3 changed files with 18 additions and 18 deletions

View File

@ -36,7 +36,7 @@ Read the [Getting Started Guide »](https://data-star.dev/guide/getting_started)
## Contributing
Read the [Contribution Guidelines »](CONTRIBUTING.md)
Read the [Contribution Guidelines »](https://github.com/starfederation/datastar/blob/develop/CONTRIBUTING.md)
## Custom Plugins
@ -51,10 +51,10 @@ You can manually add your own plugins to the core:
}
</script>
<script type="module">
import {Datastar} from 'datastar'
import {Datastar} from 'datastar'
Datastar.load(
// I can make my own plugins!
)
</script>
Datastar.load(
// I can make my own plugins!
)
</script>
```

View File

@ -38,7 +38,7 @@ Read the [Getting Started Guide »](https://data-star.dev/guide/getting_started)
## Contributing
Read the [Contribution Guidelines »](CONTRIBUTING.md)
Read the [Contribution Guidelines »](https://github.com/starfederation/datastar/blob/develop/CONTRIBUTING.md)
## Custom Plugins
@ -53,12 +53,12 @@ You can manually add your own plugins to the core:
}
</script>
<script type="module">
import {Datastar} from 'datastar'
import {Datastar} from 'datastar'
Datastar.load(
// I can make my own plugins!
)
</script>
Datastar.load(
// I can make my own plugins!
)
</script>
```
{%- endfunc -%}

View File

@ -36,7 +36,7 @@ Read the [Getting Started Guide »](https://data-star.dev/guide/getting_started)
## Contributing
Read the [Contribution Guidelines »](CONTRIBUTING.md)
Read the [Contribution Guidelines »](https://github.com/starfederation/datastar/blob/develop/CONTRIBUTING.md)
## Custom Plugins
@ -51,10 +51,10 @@ You can manually add your own plugins to the core:
}
</script>
<script type="module">
import {Datastar} from 'datastar'
import {Datastar} from 'datastar'
Datastar.load(
// I can make my own plugins!
)
</script>
Datastar.load(
// I can make my own plugins!
)
</script>
```