Merge pull request #103 from ParamountSoft/patch-4

Update README.md
This commit is contained in:
Dominik Liebler 2014-08-06 17:17:53 +02:00
commit 34c12b1d5e

View File

@ -2,8 +2,8 @@
## Purpose
To avoid the cost of creating objects the standard way (new Foo()) and instead create a prototype and clone it
To avoid the cost of creating objects the standard way (new Foo()) and instead create a prototype and clone it.
## Examples
* Large amounts of data (e.g. create 1,000,000 rows in a database at once via a ORM)
* Large amounts of data (e.g. create 1,000,000 rows in a database at once via a ORM).