From 066e5177c8ac0f471a31b8ceefa1d0c3921943bb Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Thu, 19 Jan 2023 00:46:55 -0500 Subject: [PATCH] Fix bibtex entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5021c8591..d618a26aa 100644 --- a/README.md +++ b/README.md @@ -354,7 +354,7 @@ If you use functorch in your publication, please cite it by using the following ```bibtex @Misc{functorch2021, - author = {Horace He, Richard Zou}, + author = {Horace He and Richard Zou}, title = {functorch: JAX-like composable function transforms for PyTorch}, howpublished = {\url{https://github.com/pytorch/functorch}}, year = {2021}