Skip to content

Commit 421c13f

Browse files
committed
fix(docs): fix extra argument
1 parent 8270099 commit 421c13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Vue.use(VueMomentLib);
8686
<span>{{ $moment(Date.now()).format("YYYY") }}</span>
8787

8888
<!-- isLocal + custom parsing + custom format -->
89-
<span>{{ $moment(Date.now(), "12-25-1995", "MM-DD-YYYY").format("YYYY") }}</span>
89+
<span>{{ $moment(Date.now(), "MM-DD-YYYY").format("YYYY") }}</span>
9090

9191
<!-- isUTC + custom format -->
9292
<span>{{ $moment.utc(Date.now()).format("YYYY") }}</span>

0 commit comments

Comments
 (0)