Skip to content

Commit 2b16d66

Browse files
Merge branch 'dev'
2 parents 8833f08 + b56f5c1 commit 2b16d66

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
------------------------------
66
### `Demo / Generator`
77

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>
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>
99

1010
Configure, export, and share your particles.js configuration on CodePen: <br />
11-
http://vincentgarreau.com/particles.js
11+
http://vincentgarreau.com/particles.js/
1212

1313
CodePen demo: <br />
1414
http://codepen.io/VincentGarreau/pen/pnlso
@@ -214,6 +214,7 @@ key | option type / notes | example
214214
### `Packages install`
215215

216216
##### ***npm***
217+
https://www.npmjs.com/package/particles.js
217218
```
218219
npm install particles.js
219220
```
@@ -228,6 +229,12 @@ bower install particles.js --save
228229
gem 'rails-assets-particles.js'
229230
```
230231

232+
##### ***Meteor***
233+
https://atmospherejs.com/newswim/particles
234+
```
235+
meteor add newswim:particles
236+
```
237+
231238
-------------------------------
232239

233240
### `Hosting / CDN`

0 commit comments

Comments
 (0)