Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Oct 21, 2020
1 parent a547565 commit 5da5a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ useful if you need to store incomplete data, which might not allow identifying t
### Options

* `:types` - discussed above.
* `:on_type_not_found` - specify whether to raise or add a changeset error if the embed's type cannot be inferred. By
default a changeset error "is invalid" is added.
* `:on_type_not_found` - specify whether to raise or add a changeset error if the embed's type cannot be inferred.
Possible values are `:raise` and `:changeset_error`. By default, a changeset error "is invalid" is added.

### Displaying form inputs and errors in Phoenix templates

Expand Down

0 comments on commit 5da5a27

Please sign in to comment.