From 26f6e9ffec6704cdda9096e997908406787820d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=AC=E5=BA=AD=E6=97=AD?= <39245900+wanth1997@users.noreply.github.com> Date: Mon, 11 Oct 2021 14:51:47 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b3b17b1..daced30 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,13 @@ wsm.subscribe( op="subscribe", ) ``` + +### Subaccount +``` +clinet = Client(API, SECRET, "Subaacount_name") +wsm = ThreadedWebsocketManager(API, SECRET, "Subaccount_name") +``` + # Developer Zone ## Lint