Skip to content

Commit cdabfe6

Browse files
committed
docs: link to main instead of commit
1 parent 2ce11f8 commit cdabfe6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
44
# csl-to-biblatex
55

6+
[![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)
7+
68
Somewhat jank CSL-JSON to biblatex converter
79

810
## Contents
@@ -62,7 +64,7 @@ cslToBiblatex(csl: Data[]): string;
6264

6365
`string`
6466

65-
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)
67+
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)
6668

6769
## Syntax tree
6870

0 commit comments

Comments
 (0)