diff --git a/README.md b/README.md index 84232d4a..6baa1782 100644 --- a/README.md +++ b/README.md @@ -137,15 +137,19 @@ Common files - e.g. models, stores, views - should go in ```/src/common/```. Gro ``` This way it's easy to include a plugin in an application by -1. Adding a SetPath command to ```app.js``` + +First, adding a SetPath command to ```app.js``` + ``` Ext.Loader.setPath({ 'RaxaEmr.common.': '/src/common//.sencha/app/sencha.cfg``` to include the plugin ``` app. = ${app.dir}/../common/ -app.classpath=${app.dir}/app.js,${app.dir}/app,${app.},... -``` +app.classpath=${app.dir}/app.js,${app.dir}/app,${app.} + +``` \ No newline at end of file