diff --git a/README.md b/README.md
index d10e5c7..e0e3cdd 100644
--- a/README.md
+++ b/README.md
@@ -439,16 +439,16 @@ Each item in the array maps to a newly-created `` element, where object pr
{
metaInfo: {
link: [
- { rel: 'stylesheet', src: '/css/index.css' },
- { rel: 'favicon', src: 'favicon.ico' }
+ { rel: 'stylesheet', href: '/css/index.css' },
+ { rel: 'favicon', href: 'favicon.ico' }
]
}
}
```
```html
-
-
+
+
```
#### `style` ([Object])