From 3c0921a15f14e78ec99d80675a2930a05c84ee2d Mon Sep 17 00:00:00 2001 From: Gabriel <68819302+obsidianical@users.noreply.github.com> Date: Wed, 15 Jun 2022 12:24:13 +0000 Subject: [PATCH] fixed list formatting added todo checkboxes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24418a4..3f91c00 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Note: This program is for personal use. I will modify it as I deem necessary, bu I may or may not do these, but they sound fun to implement to me! - [ ] additional macro features - - relative cursor movements - - screenshotting whole/parts ot the screen (using external programs) + - [ ] relative cursor movements + - [ ] screenshotting whole/parts ot the screen (using external programs) - [ ] Macro daemon kind of thing to listen in the background for keyboard shortcuts? - [ ] the daemon itself - [ ] config file @@ -48,4 +48,4 @@ I may or may not do these, but they sound fun to implement to me! ## Installation -Currently only manually possible via `cargo build --release` and then moving the result into your $PATH. \ No newline at end of file +Currently only manually possible via `cargo build --release` and then moving the result into your $PATH.