From c6f1ef2db4e6e8853937a8f296e0293df62bd0ed Mon Sep 17 00:00:00 2001 From: Juan Cruz-Benito Date: Mon, 11 Feb 2019 12:17:40 -0500 Subject: [PATCH] Fixing capitalization in word BibTeX According to http://www.bibtex.org/, the right capitalization for "BibTeX" is this, instead of "BibTex". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77954b8d3..a1deebd1a 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Now you're set up and ready to check out some of the other examples from our ## Authors and Citation -The Qiskit IBM Q provider is the work of [many people](https://github.com/Qiskit/qiskit-terra/graphs/contributors) who contribute to the project at different levels. If you use Qiskit, please cite as per the included [BibTex file](https://github.com/Qiskit/qiskit/blob/master/Qiskit.bib). +The Qiskit IBM Q provider is the work of [many people](https://github.com/Qiskit/qiskit-terra/graphs/contributors) who contribute to the project at different levels. If you use Qiskit, please cite as per the included [BibTeX file](https://github.com/Qiskit/qiskit/blob/master/Qiskit.bib). ## License