commit 26f067791556887321e1873ebf718db7f5d51973
parent d9755722a1aa4529408ccdeccda4b619f26fb5db
Author: Joris Vink <joris@coders.se>
Date: Mon, 9 Apr 2018 13:10:05 +0200
be consistent with the app path example
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyko/README.md b/pyko/README.md
@@ -21,7 +21,7 @@ App layout
Your python application directory must have the following layout:
```
- app/
+ python_app/
kore.conf <- actual kore configuration
__init__.py <- usual python init stuff
```