diff --git a/CHANGELOG.md b/CHANGELOG.md index 22bc618..fd0aa06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,7 @@ { path: '/foo/', lastmod: '2015-01-04', - priority: '0.8', + priority: 0.8, changefreq: 'daily' }, { @@ -57,7 +57,7 @@ filename: 'map.xml', lastmod: true, changefreq: 'monthly', - priority: '0.4' + priority: 0.4 } }) ] diff --git a/README.md b/README.md index f68a891..e29463a 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,13 @@ const paths = [ { path: '/foo/', lastmod: '2015-01-04', - priority: '0.8', + priority: 0.8, changefreq: 'monthly' }, { path: '/bar/', lastmod: '2018-02-05', - priority: '0.5', + priority: 0.5, changefreq: 'yearly' } ]; @@ -111,7 +111,7 @@ export default { filename: 'map.xml', lastmod: true, changefreq: 'monthly', - priority: '0.4' + priority: 0.4 } }) ]