diff --git a/README.md b/README.md index 8f8b496..7a40dde 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,6 @@ likeButton ) ``` -This effect respects `particleGroup()`. - - Parameters: - `origin`: The origin of the particles. - `layer`: The `ParticleLayer` on which to render the effect, default is `local`. @@ -129,8 +127,6 @@ static func ping(shape: some InsettableShape, style: some ShapeStyle, count: Int An effect that emits the provided particles from the origin point and slowly float up while moving side to side. -This effect respects `particleGroup()`. - - Parameters: - `origin`: The origin of the particle. - `layer`: The `ParticleLayer` on which to render the effect, default is `local`.