Skip to content

Commit e0ee813

Browse files
authored
Update README.md
1 parent 243108a commit e0ee813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/react-alt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ const App = () => {
322322
| style | object | The style of the canvas element. |
323323
| className | string | The class name of the canvas wrapper. |
324324
| canvasClassName | string | the class name of the canvas. |
325-
| container | object | The instance of the [particles container](https://particles.js.org/docs/modules/Core_Container.html) |
325+
| container | object | The instance of the [particles container](https://particles.js.org/docs/classes/tsParticles_Engine.Core_Container.Container.html) |
326326
| init | function | This function is called after the tsParticles instance initialization, the instance is the parameter and you can load custom presets or shapes here |
327327
| loaded | function | This function is called when particles are correctly loaded in canvas, the current container is the parameter and you can customize it here |
328328

0 commit comments

Comments
 (0)