You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by nk...@apache.org on 2022/04/11 08:34:18 UTC

[pulsar-client-node] branch master updated: Add a pulsar nodejs client document link to package.json/README (#208)

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

nkurihar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git


The following commit(s) were added to refs/heads/master by this push:
     new 40ac35e  Add a pulsar nodejs client document link to package.json/README (#208)
40ac35e is described below

commit 40ac35e7668ef0a3dc7aa62fc670838f5871b543
Author: hrsakai <hs...@yahoo-corp.jp>
AuthorDate: Mon Apr 11 17:34:13 2022 +0900

    Add a pulsar nodejs client document link to package.json/README (#208)
    
    * Add a homepage link to package.json
    
    * Add a link to README
---
 README.md    | 3 +++
 package.json | 1 +
 2 files changed, 4 insertions(+)

diff --git a/README.md b/README.md
index d534a67..c4b3348 100644
--- a/README.md
+++ b/README.md
@@ -132,3 +132,6 @@ $ npm install
 ```shell
 $ npm run build
 ```
+
+## Documentation
+* Please see https://pulsar.apache.org/docs/en/client-libraries-node for more details about the Pulsar Node.js client.  
diff --git a/package.json b/package.json
index 81a79f9..c716523 100644
--- a/package.json
+++ b/package.json
@@ -25,6 +25,7 @@
     "type": "git",
     "url": "https://github.com/apache/pulsar-client-node.git"
   },
+  "homepage": "https://pulsar.apache.org/docs/en/client-libraries-node",
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
   "gypfile": true,