Skip to content

Commit

Permalink
Fix typos (#156)
Browse files Browse the repository at this point in the history
* fix typo

* Update README.md

* Update README.md

* Update README.md

* Update README.md
  • Loading branch information
smahati authored Feb 7, 2024
1 parent 85d2d97 commit da6f1e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
A GraphQL protocol adapter for [SAP Cloud Application Programming Model](https://cap.cloud.sap) Node.js.
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.

_**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._
_**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._

## Requirements and Setup

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

> 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.
> 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.

2. Annotate the services you want to serve, e.g. using `@graphql` or `@protocol: 'graphql'`.

Expand Down

0 comments on commit da6f1e2

Please sign in to comment.