Skip to content

Commit ccb79aa

Browse files
Update README.md
1 parent 438c12d commit ccb79aa

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
### A lightweight JavaScript library for creating particles.
44

5+
------------------------------
6+
### `Demo / Generator`
7+
8+
<a href="http://vincentgarreau.com/particles.js" target="_blank"><img src="https://dl.dropboxusercontent.com/u/19580440/particlesjs-assets/github-screen.jpg" alt="particles.js generator" /></a>
9+
10+
Configure, export, and share your particles.js configuration on CodePen: <br />
11+
http://vincentgarreau.com/particles.js
12+
513
-------------------------------
14+
### `Usage`
615

716
Load particles.js and configure the particles:
817

@@ -17,7 +26,7 @@ Load particles.js and configure the particles:
1726
```javascript
1827
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
1928
particlesJS.load('particles-js', 'assets/particles.json', function() {
20-
console.log('callback - particles-js config loaded');
29+
console.log('callback - particles.js config loaded');
2130
});
2231
```
2332

@@ -209,4 +218,4 @@ bower install particles.js --save
209218
##### ***Rails Assets***
210219
```
211220
gem 'rails-assets-particles.js'
212-
```
221+
```

0 commit comments

Comments
 (0)