From fc58766233e0740e95ba06eb03ab4bdcc202d8cf Mon Sep 17 00:00:00 2001 From: Maxime BATISTA Date: Tue, 17 Jan 2023 20:32:54 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56b2f4f..5dd1660 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Usage examples : The `-t ` (`--type `) option lookups for a generator script ``.sh to be present in the `/generators` (ex: `--type doxygen` searchs for a `/generators/doxygen.sh` file script). -You can add your own generator by simply moving your script into the `/generators` file +You can add your own generator by simply moving your script into the `/generators` folder Furthermore, your generator MUST follow below specifications : * Define a `generate()` function that will be called, assuming that `$1` equals to the value passed after `-l` (`--loc`) which is the documentation sources location