diff --git a/README.md b/README.md index 99adf3f..118509e 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Basic script description Metadata: ```javascript // to make things consistent we'll take the version from package.json - varsion: require('./package.json').version, + version: require('./package.json').version, author: 'John Smith ', license: 'BSD-3-Clause',