Skip to content

Commit

Permalink
Added script version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey committed Nov 18, 2023
1 parent 35481f0 commit 7cd3231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Snowfall.js is a JavaScript library for creating and animating snowflakes on a w
To use Snowfall.js, you need to download the file snowfall.js from [this repository] and include it in your HTML page using the script tag:

```html
<script src="snowfall.js"></script>
<script src="snowfall.js?v=1.0.0"></script>
```

## Usage
Expand Down
3 changes: 2 additions & 1 deletion snowfall.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* Date: 2021-11-01T18:47Z
* Version: 1.0.0
* Date: 2021-11-18T00:00Z
*/

'use strict'
Expand Down

0 comments on commit 7cd3231

Please sign in to comment.