diff --git a/general-patterns/global-import.html b/general-patterns/global-import.html
new file mode 100644
index 0000000..c2cb8e5
--- /dev/null
+++ b/general-patterns/global-import.html
@@ -0,0 +1,21 @@
+
+
+
+ JavaScript Patterns
+
+
+
+
+
+
\ No newline at end of file
diff --git a/object-creation-patterns/module2.html b/object-creation-patterns/module2.html
index e8cd22d..311020c 100644
--- a/object-creation-patterns/module2.html
+++ b/object-creation-patterns/module2.html
@@ -44,7 +44,8 @@
}(); // the parens here cause the anonymous function to execute and return
- // reference: http://yuiblog.com/blog/2007/06/12/module-pattern/
+ // Reference
+ // http://yuiblog.com/blog/2007/06/12/module-pattern/