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