Skip to content

Commit 47832f5

Browse files
committed
fix: Docs
1 parent 56fec12 commit 47832f5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# plugin-pb-js
1+
# CloudQuery Plugin SDK for JavaScript
22

3-
This is a low-level auto-generated gRPC client and server for CloudQuery plugin from [plugin-pb protos](https://github.com/cloudquery/plugin-pb).
3+
This is the high-level package to use for developing CloudQuery plugins in JavaScript.
44

5-
## Development
6-
7-
### Prerequisites
5+
## Prerequisites
86

97
Node.js 16 or higher. Install Node.js from [here](https://nodejs.org/en/download/).
108

9+
## Setup
10+
1111
### Install dependencies
1212

1313
```bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "rm -rf dist && tsc",
1212
"test": "ava"
1313
},
14-
"description": "This is a low-level auto-generated gRPC client and server for CloudQuery plugins",
14+
"description": "This is the high-level package to use for developing CloudQuery plugins in JavaScript",
1515
"keywords": [
1616
"nodejs",
1717
"javascript",

0 commit comments

Comments
 (0)