Skip to content

Commit 131e36a

Browse files
committed
Update wording
1 parent 6b26f08 commit 131e36a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/make/lib/bib/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Usage: make <command> [<ENV_VAR>=<value> <ENV_VAR>=<value> ...]
2626

2727
#### citation-reference
2828

29-
Returns a Markdown formatted reference corresponding to a provided citation identifier.
29+
Prints a Markdown formatted reference corresponding to a provided citation identifier.
3030

3131
```bash
3232
$ make citation-reference CITATION=@marsaglia:2000a
3333
```
3434

35-
The command recognizes the following environment variables:
35+
The command supports the following environment variables:
3636

3737
- **CITATION**: citation identifier prefixed with an `@` symbol; e.g., `@marsaglia:2000a`.
3838
- **CITATION_REFERENCE_DATABASE**: path to a citation reference database; e.g., `/foo/bar/baz/bib.bib`.

0 commit comments

Comments
 (0)