From 0562ac360ab2f87f8e26b3c07aa7364684b9804c Mon Sep 17 00:00:00 2001 From: Mayankm96 Date: Sat, 4 Nov 2017 07:37:39 +0530 Subject: [PATCH] fixed instruction for User deployment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1863ed2..1f98383 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Using `master` for deployment is a convention for [user and organization pages]( **Note:** when deploying your user or organization page, make the `_config.yml` has `url` and `baseurl` fields as follows. ``` -url: .github.io +url: # should be empty baseurl: # should be empty ```