From 489ecb37d4787b99464265ef11f8d221f2b8b817 Mon Sep 17 00:00:00 2001 From: Viet Nguyen Date: Thu, 25 Apr 2019 15:42:56 +0900 Subject: [PATCH] Update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1a4fbbc..c131458 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,12 @@ A CLI tool used for getting stock information - Getting multiple stock prices: ``` + # stocknode gets [List of StockCode] stocknode gets VCB TCM +``` + +- Getting stream stock price: +``` + # stocknode stream [StockCode] + stocknode stream VCB ``` \ No newline at end of file