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 2ce11f8 commit cdabfe6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# csl-to-biblatex

[![npm version](https://badge.fury.io/js/csl-to-biblatex.svg)](https://badge.fury.io/js/csl-to-biblatex) [![npm downloads](https://img.shields.io/npm/dm/csl-to-biblatex.svg)](https://www.npmjs.com/package/csl-to-biblatex)

Somewhat jank CSL-JSON to biblatex converter

## Contents
Expand Down Expand Up @@ -62,7 +64,7 @@ cslToBiblatex(csl: Data[]): string;

`string`

Defined in: [lib/csl-to-biblatex.ts:87](https://github.com/TrialAndErrorOrg/parsers/blob/d1cc864/libs/citations/csl-to-biblatex/src/lib/csl-to-biblatex.ts#L87)
Defined in: [lib/csl-to-biblatex.ts:87](https://github.com/TrialAndErrorOrg/parsers/blob/main/libs/citations/csl-to-biblatex/src/lib/csl-to-biblatex.ts#L87)

## Syntax tree

Expand Down

0 comments on commit cdabfe6

Please sign in to comment.