Skip to content

Commit

Permalink
fix readme Changeset arg order (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
betocantu93 authored Apr 16, 2021
1 parent b265acc commit 1fe459d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class MyChangeset extends EmberChangeset {
}
}

let changeset = Changeset(user, validationMap, validatorFn, { changeset: MyChangeset });
let changeset = Changeset(user, validatorFn, validationMap, { changeset: MyChangeset });
```

## Changeset template helpers
Expand Down

0 comments on commit 1fe459d

Please sign in to comment.