Skip to content

Commit b7cd005

Browse files
Merge pull request #465 from zdroid/patch-1
README: properly format citation
2 parents 58202dd + 670ce02 commit b7cd005

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)