Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithildir authored and rxaviers committed Jan 28, 2019
1 parent c699083 commit 8a6569f
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 @@ -78,7 +78,7 @@ Note `relative-time` checks for the actual month change instead of counting on a
```js
var cldrData = require("cldr-data");
var Globalize = require("globalize");
var RelativeTime = require("relative-time");
var RelativeTime = require("relative-time").default;

// Feed Globalize on CLDR.
Globalize.load(cldrData.entireSupplemental(), cldrData.entireMainFor("en"));
Expand Down

0 comments on commit 8a6569f

Please sign in to comment.