Skip to content

Commit

Permalink
fix(readme): made a meaningless change to trigger a release
Browse files Browse the repository at this point in the history
simply changed the code-block language specification to the simpler form
  • Loading branch information
travi committed Sep 23, 2018
1 parent 8060edc commit 1828b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The `Resource` object also has the properties `_links` and `_embedded` but they

The `Resource` class is exported on the halfred object, and therefore can be extended by attaching new methods to the prototype:

```javascript
```js
var halfred = require('halfred');
halfred.Resource.prototype.followLink = function followLink(key, callback) {
var link = this.link(key);
Expand Down

0 comments on commit 1828b54

Please sign in to comment.