diff --git a/README.md b/README.md index 7fb07ef..eba75f1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Type a part of the keywords in snippet e.g., "construct" and press enter. ```javascript // Creates a constructor snippet -construct: function() { +construct() { this.base(arguments); }, ```