From b7107efbfdaa3e55ab0922aa5b9a09c4a71d7c68 Mon Sep 17 00:00:00 2001 From: Rising Odegua Date: Fri, 4 Feb 2022 13:22:32 +0100 Subject: [PATCH] Update README.md --- bin/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/README.md b/bin/README.md index 6f1fa39e..f9cbacae 100644 --- a/bin/README.md +++ b/bin/README.md @@ -84,7 +84,7 @@ Why to deploy my data? ### Extra supported commands You can directly specify a folder to build from: ```bash -portal show path=\some\path\dataset +datahub show path=\some\path\dataset ``` Optional args you can pass yo the show command are: @@ -94,5 +94,5 @@ Optional args you can pass yo the show command are: - npm: Whether or not to use npm when install packages. Defaults to `false`, uses yarn. ``` -portal show [path=\some\path\dataset | port=4000 | npm=true] -``` \ No newline at end of file +datahub show [path=\some\path\dataset | port=4000 | npm=true] +```