diff --git a/README.md b/README.md
index c8f04f7..1e15800 100644
--- a/README.md
+++ b/README.md
@@ -193,14 +193,14 @@ You can also override some of the default locale by `lang`.
the `format` accepts an object to customize formatting.
```html
-
+
```
```js
data() {
return {
// Use moment.js instead of the default
- momentForamt: {
+ momentFormat: {
// Date to String
stringify: (date) => {
return date ? moment(date).format('LL') : ''