From 3f7ef66006fa9e57759d394bcaf7b2caf2db6675 Mon Sep 17 00:00:00 2001 From: John Gee Date: Mon, 30 Sep 2019 19:47:25 +1300 Subject: [PATCH] Add note that only supported on node 8 and above (#1053) * Add note that only supported on node 8 and above * Move supported node into Support section --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 9404ce627..c1ba24672 100644 --- a/Readme.md +++ b/Readme.md @@ -626,6 +626,10 @@ More Demos can be found in the [examples](https://github.com/tj/commander.js/tre ## Support +Commander is supported on Node 8 and above. (Commander is likely to still work on older versions of Node, but is not tested below Node 8.) + +The main forum for free and community support is the project [Issues](https://github.com/tj/commander.js/issues) on GitHub. + [Professionally supported commander is now available](https://tidelift.com/subscription/pkg/npm-commander?utm_source=npm-commander&utm_medium=referral&utm_campaign=readme) Tidelift gives software development teams a single source for purchasing and maintaining their software, with professional grade assurances from the experts who know it best, while seamlessly integrating with existing tools.