diff --git a/README.md b/README.md index 9869d30..ce44183 100755 --- a/README.md +++ b/README.md @@ -384,10 +384,10 @@ var C = object.Constructor('C', And the same thing while extending... ```javascript var D = object.Constructor('D', C, { - // ... - }, { - // ... - }) + // ... +}, { + // ... +}) ```