From 83de5c46ff6b2d2360eea135ff9d7517f8bc40bf Mon Sep 17 00:00:00 2001 From: Tony Hsu Date: Tue, 8 Dec 2015 17:17:31 +0800 Subject: [PATCH] Fix wrong command name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caeebb9d..f89e0dac 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ A few good real world examples may better illustrate this point. In the following example, 'server' is a command, and 'port' is a flag: - > hugo serve --port=1313 + > hugo server --port=1313 In this command we are telling Git to clone the url bare.