Skip to content

Commit ab68394

Browse files
committed
chore: cleanup
1 parent 36627d1 commit ab68394

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
## About the project
3636

3737
This repo self-contained snippets that demonstrate use of custom directives and other techniques in
38-
IBM API Connect Essentuials (StepZen).
38+
IBM API Connect Essentials (StepZen).
3939

4040
## Getting Started
4141

4242
Sign up for a free API Connect Essentials SaaS plan: https://www.ibm.com/account/reg/us-en/signup?formid=urx-52542
4343

44-
Read: https://www.ibm.com/docs/en/api-connect/ace/saas?topic=understanding-api-connect-essentials
44+
Read: [understanding API Connect Essentials (StepZen)](https://www.ibm.com/docs/en/api-connect/ace/saas?topic=understanding-api-connect-essentials)
4545

4646
[Install](https://www.ibm.com/docs/en/api-connect/ace/saas?topic=setting-up-your-environment#set-up-env__title__3) the StepZen command line interface.
4747

@@ -51,11 +51,11 @@ Documentation: https://www.ibm.com/docs/en/api-connect/ace/saas
5151

5252
The snippets are generally broken up into functional areas, with each folder covering a specific topic:
5353

54-
### Directives
54+
### Custom Directives
5555

5656
- [@dbquery](dbquery/README.md) - Use `@dbquery` for connecting to databases, including pagination and filtering.
5757
- [@materializer](materializer) - Use of `@materializer` to extend types by linking disparate backends into a single unified view.
58-
- [@rest] - Connects to REST APIs
58+
- @rest - Connects to REST APIs
5959
- [rest](rest/README.md) - Use of `@rest` for connecting to REST endpoints, including pagination.
6060
- [transforms](transforms/README.md) - How to transform REST API responses to match GraphQL types with `@rest`.
6161
- [@sequence](sequence/README.md) - Use of `@sequence` to resolve a field from multiple field resolutions, such as multiple backend calls.

0 commit comments

Comments
 (0)