Skip to content

Commit c8f5d04

Browse files
Update README.md
1 parent 1d6d392 commit c8f5d04

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

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

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

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

@@ -21,7 +22,7 @@ Load particles.js and configure the particles:
2122
```javascript
2223
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
2324
particlesJS.load('particles-js', 'assets/particles.json', function() {
24-
console.log('callback - particles-js config loaded');
25+
console.log('callback - particles.js config loaded');
2526
});
2627
```
2728

0 commit comments

Comments
 (0)