diff --git a/README.md b/README.md index 3d8c55c..f19b5eb 100644 --- a/README.md +++ b/README.md @@ -56,5 +56,5 @@ A savoir : ### Crédit pour la documentation Pour générer la documentation présente [ici](doc/) vous aurez besoin de [pdoc](https://pdoc3.github.io/pdoc/), ainsi pour la générer, vous devez lancez cette commande : ``` -python3 -m pdoc --html -fo ./documentation . +python3 -m pdoc --html -fc "html_lang='fr'" -o ./documentation . ```