Skip to content

Commit b7618ca

Browse files
Update README.md
1 parent a3c0237 commit b7618ca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ Load particles.js and configure the particles:
1313

1414
**app.js**
1515
```javascript
16-
/* -----------------------------------------------
1716
/* particlesJS('dom-id', params);
18-
/* @dom-id : string, optional
19-
/* @params: object, optional
20-
/* ----------------------------------------------- */
17+
/* @dom-id : set the id [string, optional, default value : particles-js]
18+
/* @params: set the particles params [object, optional, default value : check particles.js] */
2119

2220
particlesJS('particles-js', {
2321
canvas: {

0 commit comments

Comments
 (0)