diff --git a/README.md b/README.md index 03b6dce..4f54d28 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ npm install Lance le script en ligne de commande en spécifiant un dossier contenant tes fichiers .ts ou .js : ```bash -node ai-commenter.js ./chemin/vers/ton/code +node comment.js ./chemin/vers/ton/code ``` Les fichiers commentés seront générés dans ./output. @@ -56,7 +56,7 @@ Les fichiers commentés seront générés dans ./output. ```pgsql ai-commenter/ -├── ai-commenter.js +├── comment.js └── output/ ├── helpers.commented.ts └── index.commented.ts