From f251cf9c341b6c34632a1347c521ffcc0eb434e1 Mon Sep 17 00:00:00 2001 From: Adam Ochayon Date: Sun, 30 Jul 2023 13:14:38 -0400 Subject: [PATCH] Remove redundant example function declaration (#36) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index c7719dd..ee9c669 100644 --- a/README.md +++ b/README.md @@ -116,10 +116,6 @@ function streamStock(ticker) { }); } -function finish(stopMsg) { - socket.send(JSON.stringify(stopMsg)); -} - const googTrades = streamStock('GOOG'); const nflxTrades = streamStock('NFLX');