Merge pull request #1 from DouglasHSS/master

 Fixing the js modules source path related to windows platform.

 This closes #1
diff --git a/plugin.xml b/plugin.xml
index a77472e..3f280f7 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -83,7 +83,7 @@
     </platform>
 
     <platform name="windows">
-        <js-module src="www/screenOrientation.windows.js" name="screenorientation.windows">
+        <js-module src="www/screenorientation.windows.js" name="screenorientation.windows">
             <merges target="cordova.plugins.screenorientation" />
         </js-module>
     </platform>