From ba2ae97a43f637a8e12df7f01f3aa9f63fcd53f1 Mon Sep 17 00:00:00 2001 From: Alexandre Chopin Date: Tue, 28 Mar 2017 09:16:51 +0200 Subject: [PATCH] replace src by href in link --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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])