diff --git a/README.md b/README.md index fd28fd6..c33d14b 100755 --- a/README.md +++ b/README.md @@ -152,6 +152,9 @@ If the prototype is explicitly defined as a function then it is the user's responsibility to call `.__call__(..)` method. + +## Advanced usage + ### Low level constructor ```javascript @@ -193,10 +196,6 @@ handling. as restrict the use-cases for the constructor. - -## Advanced cases - - ### Inheriting from native objects ```javascript