Skip to content

Commit c42e6c0

Browse files
committed
Update README.md and first release
1 parent 0ef050d commit c42e6c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Windows is currently the only platform supported.
77
## Installation
88
Clone the repo or download as zip then navigate to the project root directory and use the following command...
99
```sh
10-
pip install .
10+
pip install rotate-screen
1111
```
1212

13-
## Example: ![Ctrl+Alt+Arrow Shortcut](https://github.com/TheBrokenEstate/rotate-screen/examples/shortcut.py)
13+
## Example: ![Ctrl+Alt+Arrow Shortcut](https://github.com/TheBrokenEstate/rotate-screen/blob/master/examples/shortcuts.py)
1414
This is a simple example that implements the 'Ctrl+Alt+Arrow' shortcut for rotating the display. Some graphics cards don't come with this capability by default.
1515

1616
This example requires the keyboard module...
@@ -32,7 +32,7 @@ keyboard.add_hotkey('ctrl+alt+left', screen.set_portrait, suppress=True)
3232
keyboard.wait()
3333
```
3434

35-
## Example: ![Do A Barrel Roll](https://github.com/TheBrokenEstate/rotate-screen/examples/do-a-barrel-roll.py)
35+
## Example: ![Do A Barrel Roll](https://github.com/TheBrokenEstate/rotate-screen/blob/master/examples/do-a-barrel-roll.py)
3636
This was a little joke script to show off some more of the modules functionality, due to the way windows rotates the display this is a pretty horrific looking, but entertaining. :)
3737
```python
3838
import rotatescreen

0 commit comments

Comments
 (0)