From e3918fcb5daa19a9e87e4f674f2380519e5fd428 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 7 May 2020 03:40:23 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd60602..964f9ea 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ constructors, objects and prototype chains in idiomatic JavaScript. This is an alternative to the ES6 `class` syntax in JavaScript and provides several advantages: -- _Uniform and minimalistic_ definition syntax based on basic JavaScript +- _Uniform and minimalistic_ definition "syntax" based on basic JavaScript object literals. No special cases, special syntax or _"the same but slightly different"_ ways to do things, - _Transparently_ based on JavaScript's prototypical inheritance model,