Skip to content

Commit 05426d3

Browse files
committed
iteration
1 parent d6f635d commit 05426d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ _[GraphQL Weekly #42](https://graphqlweekly.com/issues/42)_
2020
- "Skip Relay" option that simplifies graph by removing Relay wrapper classes
2121
- Ability to choose any type to be a root of the graph
2222

23-
## Usage
23+
## API
2424

2525
GraphQL Voyager exports `Voyager` React component and helper `init` function. If used without
2626
module system it is exported as `GraphQLVoyager` global variable.
@@ -53,7 +53,7 @@ The signature of the `init` function:
5353
- `hostElement` - parent element
5454
- `options` - is the JS object with [properties](#properties) of `Voyager` component
5555

56-
### Using pre-bundled version
56+
## Using pre-bundled version
5757

5858
You can get GraphQL Voyager bundle from the following places:
5959

@@ -62,13 +62,13 @@ You can get GraphQL Voyager bundle from the following places:
6262
- latest version - https://cdn.jsdelivr.net/npm/graphql-voyager/dist/voyager.standalone.js
6363
- from `dist` folder of the npm package `graphql-voyager`
6464

65-
**The HTML example**: [example/cdn/index.html](./example/cdn/index.html))
65+
### [**The HTML example**](./example/cdn)
6666

67-
### Using as a dependency
67+
## Using as a dependency
6868

6969
Build for the web with [webpack](https://webpack.js.org/), or any other bundle.
7070

71-
**The minimal webpack setup**: [example/webpack](./example/webpack))
71+
### [**The minimal webpack setup**](./example/webpack)
7272

7373
## Middleware
7474

0 commit comments

Comments
 (0)