diff --git a/readme.md b/readme.md index 4f09ecb..a4018a0 100644 --- a/readme.md +++ b/readme.md @@ -1,28 +1,28 @@ = Tequila PHP Client = -(NOTE) Author: 2021, Doran Kayoumi -(NOTE) Author: 2021, Didier Raboud -(NOTE) Author: 2004, Lionel Clavien +(NOTE) * Author: 2021, Doran Kayoumi +* Author: 2021, Didier Raboud +* Author: 2004, Lionel Clavien -(WARNING) Copyright: 2004-2021 EPFL -(WARNING) Copyright: 2021 Liip AG -(WARNING) License: https://www.gnu.org/licenses/gpl-3.0.html GPL-3.0-or-later +(WARNING) * Copyright: 2004-2021 EPFL +* Copyright: 2021 Liip AG +* License: https://www.gnu.org/licenses/gpl-3.0.html GPL-3.0-or-later == Getting Started == === Prerequisites === * [composer](https://getcomposer.org/download/) (v2.1.2) === Installing === Install the composer dependencies: ``` composer install ``` === Tests === Run the phpunit tests: ``` composer test ```