Skip to content

Commit

Permalink
Update example output in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Apr 15, 2018
1 parent 10cf7f9 commit 391dc35
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@ 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))
```

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
Expand Down

0 comments on commit 391dc35

Please sign in to comment.