|
1 | 1 | # EC Autoclicker
|
2 | 2 |
|
3 |
| -The EC (Expertcoderz) Autoclicker is an open source, advanced GUI autoclicking utility for Windows, written fully in |
| 3 | +The EC (Expertcoderz) Autoclicker is an open source, advanced autoclicking utility for Windows, written fully in |
4 | 4 | [AutoHotkey](https://www.autohotkey.com/) v2. It aims to provide a large variety of configurability and functionality
|
5 |
| -never before seen in other popular autoclicking tools. |
| 5 | +never before seen in other general-purpose autoclicking tools. |
6 | 6 |
|
7 | 7 | 
|
8 | 8 |
|
@@ -34,17 +34,17 @@ with [UPX](https://upx.github.io/) for compression.
|
34 | 34 |
|
35 | 35 | (This is the most stable method and is recommended if you do not intend to modify EC Autoclicker's source.)
|
36 | 36 |
|
37 |
| -**Prerequisites:** None, as EC Autoclicker is a portable standalone application—no installation or external dependencies is required. |
| 37 | +**Prerequisites:** None. EC Autoclicker is a portable standalone application—no installation is needed. |
38 | 38 |
|
39 | 39 | Download the executable file from the [latest release](https://github.com/Expertcoderz/EC-Autoclicker/releases/latest)
|
40 | 40 | and run it to use EC Autoclicker.
|
41 | 41 |
|
42 | 42 | *You may receive antivirus warnings when downloading/opening the EC Autoclicker executable because Expertcoderz
|
43 |
| -doesn't know how to get them [signed](https://en.wikipedia.org/wiki/Code_signing).* |
| 43 | +doesn't have the resources to get them [signed](https://en.wikipedia.org/wiki/Code_signing).* |
44 | 44 |
|
45 | 45 | ### Method 2: Uncompiled AHK script (source)
|
46 | 46 |
|
47 |
| -**Prerequisites:** [AutoHotkey v2 Beta](https://www.autohotkey.com/download/ahk-v2.exe) must be installed. |
| 47 | +**Prerequisites:** [AutoHotkey v2](https://www.autohotkey.com/download/ahk-v2.exe) must be installed. |
48 | 48 |
|
49 | 49 | **Note:** In its uncompiled script form, EC Autoclicker is unable to check for newer versions online
|
50 | 50 | (neither automatically nor manually).
|
@@ -78,7 +78,7 @@ that it can be linked in your PR description.
|
78 | 78 | Similarly, if it is meant to introduce an enhancement or new feature, it is strongly encouraged that you [open a
|
79 | 79 | feature request](https://github.com/Expertcoderz/EC-Autoclicker/issues/new/choose) first before actually working
|
80 | 80 | on the PR. This gives an opportunity for your idea to be maintainer-evaluated and to receive feedback that potentially
|
81 |
| -saves time in having to edit/rewrite your code. |
| 81 | +saves time lest changes need to be made. |
82 | 82 |
|
83 | 83 | Before submitting a PR, ensure that you include the following in its description:
|
84 | 84 |
|
|
0 commit comments