From 14b14f24e7672719fe96f7285345c5c912e5f1fa Mon Sep 17 00:00:00 2001 From: Rising Odegua Date: Wed, 2 Feb 2022 08:57:54 +0100 Subject: [PATCH] Update path sep in ReadMe --- bin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/README.md b/bin/README.md index 1006d71c..6f1fa39e 100644 --- a/bin/README.md +++ b/bin/README.md @@ -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] +portal show [path=\some\path\dataset | port=4000 | npm=true] ``` \ No newline at end of file