Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ try serializer.serialize(users)
```

### Produces
```
```js
{
"data": [{
"type": "users",
Expand Down Expand Up @@ -70,7 +70,7 @@ try serializer.serialize(users)
```

### Produces
```
```js
{
"data": [
{
Expand Down Expand Up @@ -149,4 +149,4 @@ try serializer.serialize(users)

## License

JSONAPISerializer is available under the MIT license. See the LICENSE file for more information.
JSONAPISerializer is available under the MIT license. See the LICENSE file for more information.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guessing GitHub cleaned up a newline at the end of the file here, but the diff isn't showing it. I didn't edit this line.