From d96b81f1629d2fa838902282cf24ab7dce48052c Mon Sep 17 00:00:00 2001 From: Harley White Date: Sun, 16 May 2021 00:31:34 -0400 Subject: [PATCH] Fixed particles documentation --- docs/particles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/particles.md b/docs/particles.md index 60d41d8..a8bae80 100644 --- a/docs/particles.md +++ b/docs/particles.md @@ -2,7 +2,7 @@ Particles are free-floating elements that can move and have many different behaviors. They can also interact with the mouse. -To create particles, use `createParticles(particle, amount)`. `particle` is a particle-defining object, with features as explained below. There are also a few other useful things listed at the end. +To make particles, use `makeParticles(particle, amount)`. `particle` is a particle-defining object, with features as explained below. There are also a few other useful things listed at the end. ```js