Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "redux-jam", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A Redux JSON-API model layer.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -9,3 +9,3 @@ # redux-jam | ||
```bash | ||
npm install redux-jam` | ||
npm install redux-jam | ||
``` | ||
@@ -60,3 +60,3 @@ | ||
The sructure of the schema object is similar in some ways to the structure of | ||
The structure of the schema object is similar in some ways to the structure of | ||
a JSON-API object. Take for example the following definition of a movie: | ||
@@ -109,3 +109,3 @@ | ||
Options for atrributes are currently limited to `required`. | ||
Options for attributes are currently limited to `required`. | ||
@@ -125,5 +125,5 @@ Options for relationships: | ||
If you're using Django and DRF, your schema can be loaded into JAM | ||
automatically, which is particularly convenient. TODO: Include a link to | ||
djano-jam once it's up. | ||
automatically, which is particularly convenient. | ||
Refer to [Django-JAM](https://github.com/ABASystems/django-jam) | ||
@@ -130,0 +130,0 @@ ## Loading Data |
Sorry, the diff of this file is too big to display
305763
6830
4