From 89106fad5a7c8cab895f10735d755930e4ced33d Mon Sep 17 00:00:00 2001 From: Override-6 Date: Wed, 18 Jan 2023 19:13:26 +0100 Subject: [PATCH] test ssh commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dd1660..602197c 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,4 @@ You can add your own generator by simply moving your script into the `/generator 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 * Define a `GEN_PATH` variable which is the path of generated outputs -* Place generated outputs in the `GEN_PATH` folder, the caller will then upload generated sources onto the user's CodeDoc space \ No newline at end of file +* Place generated outputs in the `GEN_PATH` folder, the caller will then upload generated sources onto the user's CodeDoc space