diff --git a/README.md b/README.md index 1cf0d8e8..33cc4c0a 100644 --- a/README.md +++ b/README.md @@ -156,9 +156,7 @@ var Foo = function () { }); this.defineProperties({ - name: { - type: 'string', required: true - } + name: { type: 'string', required: true } }); };