Skip to content

Commit

Permalink
Add reference to defaultOptions in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrempel committed Jul 6, 2015
1 parent 61d2dc0 commit c7a151e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ type alias Options =
, secure : Maybe Bool
}
```

You can use `defaultOptions` as a starting point, in which all options are set to `Nothing`.

```elm
defaultOptions : Options
```

0 comments on commit c7a151e

Please sign in to comment.