Skip to content

Commit 9733361

Browse files
Update README.md (#46)
1 parent 4c55193 commit 9733361

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ This library handles much of the boilerplate, protocol-level details around inte
2020

2121
## Table of Contents <!-- omit in toc -->
2222

23-
- [Background](#background)
2423
- [Install](#install)
2524
- [Usage](#usage)
2625
- [Development](#development)
@@ -29,10 +28,6 @@ This library handles much of the boilerplate, protocol-level details around inte
2928
- [Contributing](#contributing)
3029
- [License](#license)
3130

32-
## Background
33-
34-
<!-- TODO -->
35-
3631
## Install
3732

3833
```bash
@@ -42,7 +37,7 @@ npm install @siren-js/client
4237
## Usage
4338

4439
```js
45-
import { follow, parse, resolve } from '@siren-js/client';
40+
import { follow, parse, resolve, submit } from '@siren-js/client';
4641

4742
// follow API entry point
4843
let response = await follow('https://api.example.com/entry-point');

0 commit comments

Comments
 (0)