Skip to content

Commit

Permalink
fix: npm installation instructions (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
junglebarry authored Jun 21, 2022
1 parent 64795a9 commit ed49745
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ This is a library for transforming between [JSON:API](https://jsonapi.org/) resp

Specifically, it allows you to use natural Typescript classes in your application, and provides a light-touch way to transform to and from JSON:API representations.

# Installing

You need to be using Node 14-18.

```bash
npm install jsonapi-transformers
```

# What does the library do?

You can define Typescript classes to represent your REST entities, and add
Expand Down

0 comments on commit ed49745

Please sign in to comment.