Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
* github/master:
  Update AXElements links in the README
  Fix a typo in the README
  • Loading branch information
ferrous26 committed Feb 18, 2013
2 parents b4be9f0 + 21b1fc9 commit ca5a0a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mouse

A port of mouse.rb from [AXElements](http://github.com/Marketcircle/AXElements),
A port of mouse.rb from [AXElements](http://github.com/AXElements/AXElements),
but cleaned up and rewritten in C to be more portable across languages and
runtimes.

Expand All @@ -9,7 +9,7 @@ with a gem for discovering the positions of things (like buttons) on
the screen, this gem is very powerful and can be used for tasks such
as automated functional
testing; this is the purpose of the
[AXElements](http://github.com/Marketcircle/AXElements) project.
[AXElements](http://github.com/AXElements/AXElements) project.

[Documentation](http://rdoc.info/gems/mouse/frames)

Expand All @@ -23,7 +23,7 @@ testing; this is the purpose of the

Mouse.current_position # => #<CGPoint x=873.2 y=345.0>

# positions can be given as a an array with two points, or a CGPoint
# positions can be given as an array with two points, or a CGPoint
Mouse.move_to [10, 10]
Mouse.move_to CGPoint.new(10, 10)

Expand Down

0 comments on commit ca5a0a7

Please sign in to comment.