Skip to content

Commit 4d719e7

Browse files
Johannes Ballécopybara-github
authored andcommitted
Fixes Markdown parsing error in BibTeX.
PiperOrigin-RevId: 461005881 Change-Id: I5a692a8ee3431f9bdbadb8a272245a9e7e9821dd
1 parent f3ca873 commit 4d719e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,11 @@ for more information.
311311
If you use this library for research purposes, please cite:
312312
```
313313
@software{tfc_github,
314-
author = {Ballé, Johannes and Hwang, Sung Jin and Agustsson, Eirikur},
315-
title = {{T}ensor{F}low {C}ompression: Learned Data Compression},
316-
url = {http://github.com/tensorflow/compression},
317-
version = {2.9.1},
318-
year = {2022},
314+
author = "Ballé, Johannes and Hwang, Sung Jin and Agustsson, Eirikur",
315+
title = "{T}ensor{F}low {C}ompression: Learned Data Compression",
316+
url = "http://github.com/tensorflow/compression",
317+
version = "2.9.1",
318+
year = "2022",
319319
}
320320
```
321321
In the above BibTeX entry, names are top contributors sorted by number of

0 commit comments

Comments
 (0)