diff --git a/README.md b/README.md index c77448e2..dd1b5a85 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ implement the api in the easiest way, depending on the current platform. | Light | ✔ | | | | | | Native file chooser | ✔ | ✔ | ✔ | ✔ | ✔ | | Notifications | ✔ | | ✔ | ✔ | ✔ | -| Orientation | ✔ | | | | | +| Orientation | ✔ | | | | ✔ | | Proximity | ✔ | | | | | | Screenshot | | | ✔ | ✔ | ✔ | | SMS (send messages) | ✔ | ✔ | | | | diff --git a/plyer/facades/orientation.py b/plyer/facades/orientation.py index 56ea0bad..077de553 100644 --- a/plyer/facades/orientation.py +++ b/plyer/facades/orientation.py @@ -30,7 +30,7 @@ Supported Platforms ------------------- -Android +Android, Linux '''