From f628ee128ca10ea5c71f0e03a66bd5a5dd6b1141 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sun, 10 May 2015 18:41:14 -0700 Subject: [PATCH] minor README fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82e4cd96..8a5012ff 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ supports Node.js 0.10 and later. You can install JSDoc in your project's `node_modules` folder, or you can install it globally. -To install the latest alpha version: +To install the latest version available on NPM: - npm install jsdoc@"<=3.3.0" + npm install jsdoc To install the latest development version: @@ -120,7 +120,7 @@ Overflow](http://stackoverflow.com/questions/tagged/jsdoc). License ------- -JSDoc 3 is copyright (c) 2011-2014 Michael Mathews and the +JSDoc 3 is copyright (c) 2011-2015 Michael Mathews and the [contributors to JSDoc](https://github.com/jsdoc3/jsdoc/graphs/contributors). JSDoc 3 is free software, licensed under the Apache License, Version 2.0. See