Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Commit 9c0ee8c

Browse files
authored
Update README.md
1 parent c78f356 commit 9c0ee8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ksqldb-graphql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Generates a graphQL schema and resolvers from an existing ksqlDB server using the [ksqlDB http2 API](https://github.com/confluentinc/ksql/pull/4069).
33

44
## Installation
5-
`yarn install @confluentinc/ksqldb-graphql`
5+
`yarn add @confluentinc/ksqldb-graphql`
66

77
## Integration
88
`generateGraphQL({ options })` - accepts [RequestOptions](https://nodejs.org/api/http.html#http_http_request_options_callback) and returns a promise with schemas and resolvers for use in a graphQL server.

0 commit comments

Comments
 (0)