Fix typo in svg package installation docs (#1094)

This commit is contained in:
Sean Hagstrom 2022-05-07 23:00:15 +01:00 committed by GitHub
parent 876d3f44d0
commit e93e6fd56d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Want to draw some circles? [Try this example in your browser](https://codepen.io
## Installation
```console
npm install @hyperapp/html
npm install @hyperapp/svg
```
Then with a module bundler like [Rollup](https://rollupjs.org) or [Webpack](https://webpack.js.org) import it in your application and get right down to business.