From 83e01c03fa6f9a559792224acea31f3f3575b330 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 2 Mar 2015 10:45:18 -0400 Subject: [PATCH] Remove obsolete Command README caveat --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0864b862..1fd2cb53 100644 --- a/README.md +++ b/README.md @@ -83,4 +83,3 @@ If you add a new `man` page, remember to add the generated filename to the `man` ## Caveats - Some interactive widgets don't work on [Cygwin](https://cygwin.com/). If you're running Windows, it's preferrable that you use `cmd.exe`, as `Cygwin` is [not official supported by Node.js](https://github.com/chjj/blessed/issues/56#issuecomment-42671945). -- Most commands require an `` argument, however [Commander](https://github.com/tj/commander.js) refuses to show that in the help page. This will be fixed soon.