README.md in googledocviewer-1.7.1 vs README.md in googledocviewer-1.7.5

- old
+ new

@@ -59,9 +59,15 @@ or ```html $('#embedURL').gdocsViewer({width :'400',height : '500'}); ``` +### You can now change security settings! Default is 'http', however if you do not allow http in production you can now use https. + +```html + $('#embedURL').gdocsViewer({security : 'https'}); +``` + ## Contributing 1. Fork it ( https://github.com/scy0846/googledocviewer/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`)