Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmit committed May 8, 2016
1 parent b83b008 commit 3e68fc8
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 @@ -81,7 +81,7 @@ module.exports = function() {

### Global Default Output Format

Your application may require a default format other than `LLLL`. For example, you may want dates to fallback on the shorthand form `L` by default.
Your application may require a default format other than the default, ISO 8601. For example, you may want dates to fallback on the localized shorthand format `L` by default.

```js
// config/environment.js
Expand Down

0 comments on commit 3e68fc8

Please sign in to comment.