quitando basura del index
[VSoRC/.git] / node_modules / wscat / README.md
diff --git a/node_modules/wscat/README.md b/node_modules/wscat/README.md
deleted file mode 100644 (file)
index 5b87ead..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# wscat
-
-WebSocket cat.
-
-## Installation
-
-This module needs to be installed globally so use the `-g` flag when installing:
-
-```
-npm install -g wscat
-```
-
-## Usage
-
-```
-$ wscat -c ws://echo.websocket.org 
-connected (press CTRL+C to quit)
-> hi there
-< hi there
-> are you a happy parrot?
-< are you a happy parrot?
-```
-
-## License
-
-MIT