From e69934fe16b9374ad9ead24c7401a45294a246d4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 2 May 2020 21:48:59 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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