From 391dc35899ec560a99feb2ac3d301ddc56042eb2 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 15 Apr 2018 19:28:08 +0200 Subject: [PATCH] Update example output in readme --- readme.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/readme.md b/readme.md index e869230..eb9c35b 100644 --- a/readme.md +++ b/readme.md @@ -18,7 +18,7 @@ npm install link-rel ```javascript var linkRel = require('link-rel') -console.log(linkRel.length) //=> 117 +console.log(linkRel.length) //=> 112 console.log(linkRel.slice(0, 10)) ``` @@ -26,16 +26,16 @@ console.log(linkRel.slice(0, 10)) Yields: ```js -[ 'alternate', - 'amphtml', - 'appendix', - 'apple-touch-icon', - 'apple-touch-icon-precomposed', - 'apple-touch-startup-image', - 'archived', - 'attachment', - 'authorization_endpoint', - 'canonical' ] +[ 'DCTERMS.conformsTo', + 'DCTERMS.contributor', + 'DCTERMS.creator', + 'DCTERMS.description', + 'DCTERMS.hasFormat', + 'DCTERMS.hasPart', + 'DCTERMS.hasVersion', + 'DCTERMS.isFormatOf', + 'DCTERMS.isPartOf', + 'DCTERMS.isReferencedBy' ] ``` ## API