From c996e80a8f60c7e3587e6e3642cc47af63316aa3 Mon Sep 17 00:00:00 2001 From: Nathan Leiby Date: Fri, 1 Feb 2013 10:43:39 -0500 Subject: [PATCH] #82 minor readme cleaup --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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