diff --git a/README.md b/README.md index 572c8f5..9bba8fe 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,10 @@ Here is the femto XF framework. No modification is needed. ### Generator You can generate a class for state machine with the following command: ```bash -python3 ./generator/XFTGenerator.py +python3 ./XFTGenerator/XFTGenerator.py ``` -You can find the generated class in the folder `generator/out/`. -For more details about generator, see the README.md in the folder `generator/`. +You can find the generated class in the folder `XFTGenerator/out/`. +For more details about generator, see the README.md in the folder `XFTGenerator/`. ### How it works The architecture is based around the method `processEvent()`. diff --git a/generator b/generator deleted file mode 160000 index 6ddda29..0000000 --- a/generator +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6ddda2930030db6bd45a81e1547a4ac9a88d90af