diff --git a/README.md b/README.md index 9d608c8..b31e579 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,14 @@ An easy to use clipboard manager made using tkinter. ``` $ clix ``` - if error shown try: + if error is shown try: ``` $ sudo clix ``` On Mac OSX, one of the following must be true: -The process must run as root. - -Your application must be white listed under Enable access for assistive devices. Note that this might require that you package your application, since otherwise the entire Python installation must be white listed. + -Your application must be whitelisted under Enable access for assistive devices. Note that this might require that you package your application, since otherwise the entire Python installation must be whitelisted. **Note:** Leave this terminal open as long as you want to use **clix**. @@ -87,7 +87,7 @@ An easy to use clipboard manager made using tkinter. ## TODO -- [X] Add support for user configurable keys. +- [X] Add support for user-configurable keys. - [ ] Add support for Windows and MacOS.