You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/03/06 08:31:35 UTC

[incubator-servicecomb-service-center] 01/01: Update development guide

This is an automated email from the ASF dual-hosted git repository.

littlecui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git

commit bcc5c5bf9855494b58c1abedf3145a33b9f7d2a3
Author: little-cui <su...@qq.com>
AuthorDate: Tue Mar 6 16:30:42 2018 +0800

    Update development guide
---
 docs/dev-guide.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/dev-guide.md b/docs/dev-guide.md
index 52127b6..0c64dce 100644
--- a/docs/dev-guide.md
+++ b/docs/dev-guide.md
@@ -39,10 +39,10 @@ curl -X POST \
   -d '{
 	"instance": 
 	{
-		"hostName":"demo-pc",
+	    "hostName":"demo-pc",
 	    "endpoints": [
-			"rest://127.0.0.1:8080"
-		]
+		    "rest://127.0.0.1:8080"
+	    ]
 	}
 }'
 ```

-- 
To stop receiving notification emails like this one, please contact
littlecui@apache.org.