diff --git a/README.md b/README.md index 0e3c357..8773ccb 100644 --- a/README.md +++ b/README.md @@ -105,10 +105,14 @@ Use the links below - if you want a previous version, check the instructions at **Uncompressed:** -> https://unpkg.com/vue-meta@0.0.0/lib/vue-meta.js +```html + +``` **Minified:** -> https://unpkg.com/vue-meta@0.0.0/lib/vue-meta.min.js +```html + +``` # Usage diff --git a/scripts/update-cdn.js b/scripts/update-cdn.js index 84184ec..89e9a23 100644 --- a/scripts/update-cdn.js +++ b/scripts/update-cdn.js @@ -13,10 +13,14 @@ const content = readFileSync(readmePath, 'utf-8') const update = ` **Uncompressed:** - > ${cdnUrl} + \`\`\`html + + \`\`\` **Minified:** - > ${minifiedUrl} + \`\`\`html + + \`\`\` `.trim().replace(/ {2}/gm, '')