diff --git a/README.rst b/README.rst index bd1bdffa..4507be75 100644 --- a/README.rst +++ b/README.rst @@ -235,7 +235,7 @@ You can cite our work on the different libraries under the Blosc umbrella as: .. code-block:: console @ONLINE{blosc, - author = {{Blosc Development Team}}, + author = {{The Blosc Development Team}}, title = "{A fast, compressed and persistent data store library}", year = {2009-2023}, note = {https://blosc.org} diff --git a/include/b2nd.h b/include/b2nd.h index 769819f1..6791a533 100644 --- a/include/b2nd.h +++ b/include/b2nd.h @@ -12,7 +12,7 @@ * @brief Blosc2 NDim header file. * * This file contains Blosc2 NDim public API and the structures needed to use it. - * @author Blosc Development Team + * @author The Blosc Development Team */ #ifndef BLOSC_B2ND_H