Skip to content

Commit 670ce02

Browse files
README: properly format citation
1 parent 58202dd commit 670ce02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ julia> ForwardDiff.hessian(f, x)
4949

5050
If you find ForwardDiff useful in your work, we kindly request that you cite [the following paper](https://arxiv.org/abs/1607.07892):
5151

52-
```
52+
```bibtex
5353
@article{RevelsLubinPapamarkou2016,
5454
title = {Forward-Mode Automatic Differentiation in {J}ulia},
5555
author = {{Revels}, J. and {Lubin}, M. and {Papamarkou}, T.},
5656
journal = {arXiv:1607.07892 [cs.MS]},
5757
year = {2016},
58-
url = {https://arxiv.org/abs/1607.07892}
58+
url = {https://arxiv.org/abs/1607.07892}
5959
}
6060
```

0 commit comments

Comments
 (0)