Skip to content

Commit ff13321

Browse files
committed
Merge pull request #20 from jamesmanning/patch-1
remove quotes from "service_class"
2 parents d4f3fa7 + 2358bfa commit ff13321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Downcase attributes as well, but use underscore separators so that
193193
attribute names can be typed without quotes in JavaScript, e.g.:
194194

195195
```
196-
"service_class": "first"
196+
service_class: "first"
197197
```
198198

199199
### Nest foreign key relations

0 commit comments

Comments
 (0)