Browse Source

Update README.md

Volodymyr Tkach 2 years ago
parent
commit
ea1c715e33
1 changed files with 4 additions and 1 deletions
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -1,8 +1,11 @@
 # javascript-snow
+
 Simply add snow on your website. No dependencies, pure JavaScript.
 
 ## How to use
+
 Simply copy `src/snow.min.js` file to, for example your website root folder and put this line into `<header>` block or at the end of page, but before `</body>` tag. Library will be loaded automatically and snow will start run too.
-```
+
+```html
 <script type="text/javascript" src="/snow.min.js"></script>
 ```