Skip to content

Commit ddb933b

Browse files
authored
Merge pull request coderdiaz#37 from matthewmarion/master
Update READ.me
2 parents 77d865e + df684ac commit ddb933b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ new Vue({
9393
```
9494

9595
### Columns
96-
Each column object needs a `name` and `key` attributes.
96+
Each column object needs `name` and `key` attributes.
9797
```javascript
9898
{
9999
...,
@@ -106,7 +106,7 @@ Each column object needs a `name` and `key` attributes.
106106
}
107107
```
108108

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

111111
```javascript
112112
[

0 commit comments

Comments
 (0)