diff --git a/README.md b/README.md
index b5c639c..1e0988b 100644
--- a/README.md
+++ b/README.md
@@ -137,11 +137,11 @@ The table below shows, in order, the methods and properties inside the workspace
id | string | "com-chilipeppr-workspace-bastianf2"
The ID of the widget. You must define this and make it unique. |
name | string | "Workspace / bastianf2" |
desc | string | "A ChiliPeppr Workspace bastianf2." |
url | string | "http://raw.githubusercontent.com/bastian-f/workspace-bastianf2/master/auto-generated-workspace.html" |
fiddleurl | string | "http://ide.c9.io/undefined/undefined" |
githuburl | string | "http://github.com/bastian-f/workspace-bastianf2" |
testurl | string | "http://undefined-undefined.c9users.io/workspace.html" |
foreignSubscribe | object | Please see docs above. |
widgetConsole | object | Contains reference to the Console widget object. Hang onto the reference
so we can resize it when the window resizes because we want it to manually
-resize to fill the height of the browser so it looks clean. |
widgetSpjs | object | Contains reference to the Serial Port JSON Server object. |
init | function | function ()
The workspace's init method. It loads the all the widgets contained in the workspace
-and inits them. |
getBillboard | function | function ()
Returns the billboard HTML, CSS, and Javascript for this Workspace. The billboard
+resize to fill the height of the browser so it looks clean. |
widgetSpjs | object | Contains reference to the Serial Port JSON Server object. |
init | function | function()
The workspace's init method. It loads the all the widgets contained in the workspace
+and inits them. |
getBillboard | function | function()
Returns the billboard HTML, CSS, and Javascript for this Workspace. The billboard
is used by the home page, the workspace picker, and the fork pulldown to show a
-consistent name/image/description tag for the workspace throughout the ChiliPeppr ecosystem. |
addBillboardToWorkspaceMenu | function | function ()
Inject the billboard into the Workspace upper right corner pulldown which
-follows the standard template for workspace pulldown menus. |
setupResize | function | function ()
Listen to window resize event. |
onResize | function | function ()
When browser window resizes, forcibly resize the Console window |
loadCustSpjsWidget | function | function (callback)
Load the custom Serial Port JSON Server widget via chilipeppr.load() |
loadSenscapeBootloaderWidget | function | function (callback)
Load Senscape Bootloader Widget via chilipeppr.load() |
+consistent name/image/description tag for the workspace throughout the ChiliPeppr ecosystem.addBillboardToWorkspaceMenu | function | function()
Inject the billboard into the Workspace upper right corner pulldown which
+follows the standard template for workspace pulldown menus. |
setupResize | function | function()
Listen to window resize event. |
onResize | function | function()
When browser window resizes, forcibly resize the Console window |
loadCustSpjsWidget | function | function(callback)
Load the custom Serial Port JSON Server widget via chilipeppr.load() |
loadSenscapeBootloaderWidget | function | function(callback)
Load Senscape Bootloader Widget via chilipeppr.load() |
diff --git a/auto-generated-workspace.html b/auto-generated-workspace.html
index 2ae0236..cc3d3b4 100644
--- a/auto-generated-workspace.html
+++ b/auto-generated-workspace.html
@@ -385,14 +385,17 @@