Skip to content

Commit da6f1e2

Browse files
authored
Fix typos (#156)
* fix typo * Update README.md * Update README.md * Update README.md * Update README.md
1 parent 85d2d97 commit da6f1e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
A GraphQL protocol adapter for [SAP Cloud Application Programming Model](https://cap.cloud.sap) Node.js.
88
This adapter generically generates a GraphQL schema for the models of an application and serves an endpoint that allows you to query your services using the GraphQL query language.
99

10-
_**WARNING:** This package is in an early general availability state. This means that it is general available, with stable APIs unless otherwise indicated, and you can use it for production. However, please note the [current limitations](#limitations) listed below._
10+
_**WARNING:** This package is in an early general availability state. This means that it is generally available, with stable APIs unless otherwise indicated, and you can use it for production. However, please note the [current limitations](#limitations) listed below._
1111

1212
## Requirements and Setup
1313

@@ -16,7 +16,7 @@ _**WARNING:** This package is in an early general availability state. This means
1616
npm add @cap-js/graphql
1717
```
1818

19-
> This will automatically plugin to `@sap/cds` runtime, enabling the new [middlewares architecture](https://cap.cloud.sap/docs/node.js/middlewares) in Node.js, and register a GraphQL endpoint at `/graphql` serving all CRUD requests for the application services found in your model.
19+
> This command will set up the GraphQL plug-in with the `@sap/cds` runtime. It enables the new [middlewares architecture](https://cap.cloud.sap/docs/node.js/middlewares) in Node.js and registers a GraphQL endpoint at `/graphql` serving all CRUD requests for the application services found in your model.
2020
2121
2. Annotate the services you want to serve, e.g. using `@graphql` or `@protocol: 'graphql'`.
2222

0 commit comments

Comments
 (0)