From bc7a18f0e2f890b7843c2fef153285e8ae204bc1 Mon Sep 17 00:00:00 2001 From: m3gofriends Date: Fri, 30 Oct 2020 15:50:11 +0800 Subject: [PATCH] Version 1.0 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4d926e8..36ce5e4 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ AutoClicker with controls using tkinter and pynput. ![Image](https://i.imgur.com/XoWArhk.png) * Default value: - Time interval is 1.0 second. - Mouse button is left. - Start key is F1. - Stop key is F2. - End key is F3. + * Time interval is 1.0 second. + * Mouse button is left. + * Start key is F1. + * Stop key is F2. + * End key is F3. **Note:** You can set three kinds of mouse button : Left, Middle or Right.