From 18f19558d9d411b8816096dec2f6c810e93b159d Mon Sep 17 00:00:00 2001 From: Lacy Morrow Date: Sun, 5 Nov 2017 15:27:18 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 011cbcc..fe4c47f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ Or node --harmony index.js -p 8080 -d /path/to ``` -We can run node-file-manager in terminal directly. We can specify prot add data root dir by `-p` and `-d`, default with 5000 and scripts directory. +We can run node-file-manager in terminal directly. We can specify port and data root dir by `-p` and `-d`, default with 5000 and scripts directory. Then, we can view localhost:8080/ in our browr.