Skip to content

Commit 0d2bd46

Browse files
Update app.js
1 parent c4d8cf8 commit 0d2bd46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/js/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* config dom id */
55
//particlesJS('dom-id');
66

7-
/* config dom id + config particles params */
7+
/* config dom id (optional) + config particles params */
88
particlesJS('particles-js', {
99
canvas: {
1010
color_hex_bg: '#15414e',
@@ -21,4 +21,4 @@ particlesJS('particles-js', {
2121
}
2222
},
2323
retina_detect: true
24-
});
24+
});

0 commit comments

Comments
 (0)