From 6e62778b38faf7cbc3a5e75f5be288f207e14ffc Mon Sep 17 00:00:00 2001 From: ShahriyarHasan5115 <64215200+ShahriyarHasan5115@users.noreply.github.com> Date: Fri, 2 Oct 2020 11:10:28 +0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 99b0304..03a2fa9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# website -beego website +#website +Beego website ### Setup @@ -7,7 +7,7 @@ beego website 1. Get source code: ``` -go get github.com/beego/website +Go get github.com/beego/website ``` 2. Get `beedoc` and `beeblog` to build contents: @@ -21,7 +21,7 @@ git clone https://github.com/beego/beeblog 3. Compile: ``` -go build main.go +Go build main.go ``` run `website` and visit `http://localhost:8082`