Skip to content

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Jul 5, 2024
1 parent 08536f1 commit 009daa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ First make sure the files are accessible by your web server:

```sh
cp ./node_modules/@bicycle-codes/blur-image/dist/index.min.js ./public/blur-image.js
cp ./node_modules/@bicycle-codes/blur-image/dist/style.min.css ./public
cp ./node_modules/@bicycle-codes/blur-image/dist/style.min.css ./public/blur-image.css
```

Then link to it in your HTML:

```html
<head>
<!-- include the style -->
<link rel="stylesheet" href="/style.min.css">
<link rel="stylesheet" href="/blur-image.css">
</head>

<body>
Expand Down

0 comments on commit 009daa7

Please sign in to comment.