fix formatting in readme (again)

This commit is contained in:
Daniel McKenzie
2012-08-31 15:48:07 +12:00
parent 54dca1dc43
commit dcd51f11bb

View File

@@ -6,7 +6,7 @@ Cache and load static files from local storage. This makes it easier to manage J
Simply instantiate a new BootUp object with an array of files to load.
new BootUp(*files*, *options*);
new BootUp(files, options);
Where: