Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentGarreau committed May 9, 2015
1 parent 1d6d392 commit c8f5d04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

### A lightweight JavaScript library for creating particles.

<img src="https://dl.dropboxusercontent.com/u/19580440/particlesjs-assets/github-screen.jpg" />
<img src="https://dl.dropboxusercontent.com/u/19580440/particlesjs-assets/github-screen.jpg" alt="particles.js generator" />
-------------------------------
Configure, export, and share your particles.js configuration on CodePen: <br />
http://vincentgarreau.com/particles.js

Expand All @@ -21,7 +22,7 @@ Load particles.js and configure the particles:
```javascript
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
particlesJS.load('particles-js', 'assets/particles.json', function() {
console.log('callback - particles-js config loaded');
console.log('callback - particles.js config loaded');
});
```

Expand Down

0 comments on commit c8f5d04

Please sign in to comment.