From b7331fc8db7ff22607aabd708f92640d8f5283dc Mon Sep 17 00:00:00 2001 From: Eric Matthys Date: Thu, 22 Mar 2012 17:48:49 -0600 Subject: [PATCH] added minified script --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a97314..9a1e7f6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Space provides a shorthand for creating and and referencing namespaces. Instantiate a space with a base path. Create namespaces using the *set* method. - +

 (function () {
 	var space = new Space('EM.Gallery');
 
@@ -28,7 +28,7 @@ Instantiate a space with a base path. Create namespaces using the *set* method.
 
 	var UserModel = space.get('models.UserModel');
 })();
-
+
Use aliases for long namespaces. The second argument for the *get* method sets a flag to use the alias.