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 09:13:59 UTC

[incubator-servicecomb-service-center] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new e66a3eb  Update development guide
e66a3eb is described below

commit e66a3eba3c3fdba4f4d6648a8552a255e0fd153c
Author: little-cui <su...@qq.com>
AuthorDate: Tue Mar 6 17:12:35 2018 +0800

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

diff --git a/docs/dev-guide.md b/docs/dev-guide.md
index 0c64dce..98f3527 100644
--- a/docs/dev-guide.md
+++ b/docs/dev-guide.md
@@ -29,7 +29,8 @@ and then you can get the 'DemoService' ID like below:
 
 ## Instance registration
 
-mark down the micro-service ID and call the instance registration API:
+mark down the micro-service ID and call the instance registration API,
+according to the ServiceCenter definition: One process should be registered as one instance
 
 ```bash
 curl -X POST \

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