add proper release link

This commit is contained in:
Asif Bacchus 2020-04-10 16:11:55 -06:00
parent eca5bd9d95
commit 632b556310
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Very simple, lightweight animated particles display that **does not** require an
## Usage (simple)
1. Download the release file.
1. [Download the release file](https://git.asifbacchus.app/asif/ab-particles/releases).
2. Edit your HTML to include a canvas with *ID* 'particles'. You can put the canvas anywhere you'd like, but I'd strongly recommend putting it at the end of the *body*.
```html
@ -54,6 +54,8 @@ Very simple, lightweight animated particles display that **does not** require an
</head>
```
> Remember to use the proper integrity checksum found in *js/integrity.sha384* and not copy the one here!
5. Because the script reads CSS variables, we need to wait until CSS is fully parsed. Add an *onload* event to the *body* tag of your HTML:
```html