diff --git a/README.md b/README.md index 9ebe00c..8ebfc94 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ cordova-yoik-screenorientation Cordova plugin to set/lock the screen orientation in a common way for both iOS and Android. - +Install += +cordova plugin install https://github.com/yoik/cordova-yoik-screenorientation + Android ==== The android version is implemented via the standard _activity.setRequestedOrientation_ as used in other screen orientation plugins @@ -40,4 +43,4 @@ Usage so.setOrientation(successCallback, errorCallback, so.Orientation.PORTRAIT); // no callbacks - so.setOrientation(so.Orientation.SENSOR_LANDSCAPE); \ No newline at end of file + so.setOrientation(so.Orientation.SENSOR_LANDSCAPE);