You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2021/06/17 02:06:40 UTC

[dubbo-js] branch master updated: fix: read me import

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

hufeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 26c2a22  fix: read me import
     new 2b1814e  Merge pull request #233 from lmikoto/master
26c2a22 is described below

commit 26c2a225d53ffebb7326a644e248797380185a92
Author: lmikoto <lm...@outlook.com>
AuthorDate: Sat Apr 3 19:19:28 2021 +0800

    fix: read me import
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4375f8b..602219c 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ export default {
 };
 
 // =============== dubbo.ts ========================
-import {Dubbo} from 'dubbo-js';
+import {Dubbo} from 'apache-dubbo-js';
 import service from './service';
 
 // create dubbo object
@@ -67,7 +67,7 @@ The automatically translated typescript type definitions are not necessary, belo
 
 ```typescript
 // create the service to be injected
-import {Dubbo} from 'dubbo-js';
+import {Dubbo} from 'apache-dubbo-js';
 
 const demoProvider = dubbo =>
   dubbo.proxyService({