diff --git a/docs/index.html b/docs/index.html index 48c5877e..95adc68d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,6 +1,6 @@

Physics

The top-level namespace. All of PhysicsJS is contained in the Physics namespace.

-

It may (and should) be invoked as a function to create a world instance. For all intensive purposes, Physics and Physics.world are the same thing.

+

It may (and should) be invoked as a function to create a world instance. For all intents and purposes, Physics and Physics.world are the same thing.

See new Physics.world for config options and function signature.

Example:

Physics( cfg, function( world ) {