Updated custom_modules (markdown)

reduz
2014-10-07 17:13:18 -07:00
parent ba5db44285
commit 3a67e535d8

@ -131,7 +131,7 @@ Import('env')
env.add_source_files(env.modules_sources,"*.cpp") # just add all cpp files to the build
```
And finally, the configuration file for the module, this is a simply python script that must be named 'config.py'
And finally, the configuration file for the module, this is a simple python script that must be named 'config.py'
```python
# config.py