From e0f9d7f593665bffa7aab7e5026622f9c7472b76 Mon Sep 17 00:00:00 2001 From: Brock Petrie Date: Thu, 30 Nov 2017 14:22:46 -0600 Subject: [PATCH] Fix readme typo --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index d259ae1..4a6db1c 100644 --- a/readme.md +++ b/readme.md @@ -147,7 +147,7 @@ Convert the date to a certain timezone ```js // main.js import Vue from 'vue' -import VueMoment from 'vue-moemnt' +import VueMoment from 'vue-moment' import moment from 'moment-timezone' Vue.use(VueMoment, { @@ -157,6 +157,7 @@ Vue.use(VueMoment, { For more information about `moment#timezone`, check out . + ## Chaining There's some built-in (and not thoroughly tested) support for chaining, like so: @@ -168,7 +169,6 @@ There's some built-in (and not thoroughly tested) support for chaining, like so: This would add 2 years and 8 months to the date, then subtract 3 hours, then format the resulting date. - ## Configuration `vue-moment` should respect any global Moment customizations, including i18n locales. For more info, check out .