Skip to content

Commit b8b6086

Browse files
Add yarn add statement
1 parent 07deb29 commit b8b6086

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ resource.create({
3131
$ npm install --save @codingitwrong/jsonapi-client
3232
```
3333

34+
or
35+
36+
```sh
37+
$ yarn add @codingitwrong/jsonapi-client
38+
```
39+
3440
`@codingitwrong/jsonapi-client` needs to be configured with an `httpClient` object that handles the requests and responses. The easiest way to do this is to provide an `axios` instance configured with your server's base URL, the standard JSON:API content type, and optionally any authentication info your server requires.
3541

3642
```js

0 commit comments

Comments
 (0)