Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
trygve-lie committed Apr 5, 2017
1 parent 8b9e7f8 commit fe75f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This module have the following API:

### IdHasher()

Writable stream to build a hash out of all the `id` properties in an [asset feed](#data-forma).
Writable stream to build a hash out of all the `id` properties in an [asset feed](#data-format).

```js
const common = require('asset-pipe-common');
Expand All @@ -40,7 +40,7 @@ hasher.on('finish', () => {

### SourceHasher()

Writable stream to build a hash out of all the `source` properties in an [asset feed](#data-forma).
Writable stream to build a hash out of all the `source` properties in an [asset feed](#data-format).

```js
const common = require('asset-pipe-common');
Expand Down

0 comments on commit fe75f68

Please sign in to comment.