Skip to content

Commit

Permalink
chore: 📝 fix typo in README + warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchCoder committed May 8, 2021
1 parent 1e95d05 commit 62b2888
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# vite-plugin-add-scripts
A Vite plugin to add custom scripts to the index.html file

## :warning: This project is still experimental :warning:

## Installation
```
npm install vite-plugin-add-scripts --save-dev
Expand Down Expand Up @@ -41,7 +43,7 @@ contents.
...ViteAddScripts([
{
position: 'body', // or 'head'
content: '<sciprt>window.foo = {}</script>'
content: '<script>window.foo = {}</script>'
}
]),
```

0 comments on commit 62b2888

Please sign in to comment.