This is an automated email from the ASF dual-hosted git repository.
huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-js.git
The following commit(s) were added to refs/heads/master by this push:
new 09403a6 rename js-for-apache-dubbo to dubbo-js
new 1318125 Merge pull request #116 from hufeng/master
09403a6 is described below
commit 09403a6471b0836ac555a89a16206ff3854a588e
Author: hufeng <[email protected]>
AuthorDate: Fri May 24 17:31:27 2019 +0800
rename js-for-apache-dubbo to dubbo-js
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index f82deca..08f5999 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# js-for-apache-dubbo
+# dubbo-js
---
@@ -6,9 +6,9 @@
[](https://nodei.co/npm/dubbo2.js)
-js-for-apache-dubbo = Nodejs connected Java Dubbo service by dubbo protocol
(dubbo head + hessian body)
+dubbo-js = Nodejs connected Java Dubbo service by dubbo protocol (dubbo head +
hessian body)
-After all these years, js-for-apache-dubbo comes finally~ We love dubbo!👏
+After all these years, dubbo-js comes finally~ We love dubbo!👏
With core module [js-to-java](https://github.com/node-modules/js-to-java), and
[hessian.js](https://github.com/node-modules/hessian.js), dubbo2 is finished.
And many thanks to
[fengmk2](https://github.com/fengmk2)和[dead-horse](https://github.com/dead-horse).
@@ -312,7 +312,7 @@ app.beforeStart(async () => {
});
```
-# How to trace dubbo2.js runtime system info?
+# How to trace dubbo-js runtime system info?
---