Skip to content

Commit

Permalink
docs: link to main instead of commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Mar 9, 2023
1 parent b1b2438 commit 797e144
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ consolidate(data: Data[], options: object): Promise<undefined | Data[]>;

`Promise`<`undefined` | `Data`[]>

Defined in: [lib/csl-consolidate.ts:12](https://github.com/TrialAndErrorOrg/parsers/blob/d1cc864/libs/citations/csl-consolidate/src/lib/csl-consolidate.ts#L12)
Defined in: [lib/csl-consolidate.ts:12](https://github.com/TrialAndErrorOrg/parsers/blob/main/libs/citations/csl-consolidate/src/lib/csl-consolidate.ts#L12)

***

Expand All @@ -50,7 +50,7 @@ dateSim(ref: Data, csl: Data): number;

`number`

Defined in: [lib/csl-consolidate.ts:144](https://github.com/TrialAndErrorOrg/parsers/blob/d1cc864/libs/citations/csl-consolidate/src/lib/csl-consolidate.ts#L144)
Defined in: [lib/csl-consolidate.ts:144](https://github.com/TrialAndErrorOrg/parsers/blob/main/libs/citations/csl-consolidate/src/lib/csl-consolidate.ts#L144)

## Install

Expand All @@ -59,6 +59,7 @@ This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908
```bash
pnpm add csl-consolidate
# or with yarn
[![npm version](https://badge.fury.io/js/csl-consolidate.svg)](https://badge.fury.io/js/csl-consolidate) [![npm downloads](https://img.shields.io/npm/dm/csl-consolidate.svg)](https://www.npmjs.com/package/csl-consolidate)
# yarn add csl-consolidate
# or with npm
# npm install csl-consolidate
Expand Down

0 comments on commit 797e144

Please sign in to comment.