Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msanders committed Jan 17, 2020
1 parent aff664b commit a9576ab
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def hello_world():
hello_world()
```

![Cross platform alerts](https://github.com/msanders/autopy/raw/gh-pages/alerts.png)
![Cross platform alerts](https://github.com/autopilot-rs/autopy/raw/gh-pages/alerts.png)

## Tutorials

Expand Down Expand Up @@ -114,7 +114,7 @@ def sine_mouse_wave():
sine_mouse_wave()
```

<a href="https://www.autopy.org/documentation/sine-wave"><img src="https://github.com/msanders/autopy/raw/gh-pages/sine-move-mouse-thumbnail.jpg" alt="Demonstration video"/></a>
<a href="https://www.autopy.org/documentation/sine-wave"><img src="https://github.com/autopilot-rs/autopy/raw/gh-pages/sine-move-mouse-thumbnail.jpg" alt="Demonstration video"/></a>

### Controlling the Keyboard

Expand Down Expand Up @@ -233,6 +233,16 @@ haystack.find_bitmap(needle, rect=((10, 10), (100, 100)))
Hope you enjoy using autopy! For a more in depth overview, see the [API
Reference](https://www.autopy.org/documentation/api-reference/).

## Contributing

If you are interested in this project, please consider contributing. Here are a
few ways you can help:

- [Report issues](https://github.com/autopilot-rs/autopy/issues).
- Fix bugs and [submit pull requests](https://github.com/autopilot-rs/autopy/pulls).
- Write, clarify, or fix documentation.
- Suggest or add new features.

## License

This project is licensed under either the [Apache-2.0](LICENSE-APACHE) or
Expand Down

0 comments on commit a9576ab

Please sign in to comment.