Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Update READ.me #37

Merged
merged 1 commit into from
Oct 9, 2017
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ new Vue({
```

### Columns
Each column object needs a `name` and `key` attributes.
Each column object needs `name` and `key` attributes.
```javascript
{
...,
Expand All @@ -106,7 +106,7 @@ Each column object needs a `name` and `key` attributes.
}
```

For Laravel users, you can access relationships through the `key` attribute. Lets say we have the following object in our users array.
Laravel users can access relationships through the `key` attribute. Lets say we have the following object in our users array:

```javascript
[
Expand Down