]> git.otsuka.systems Git - qmk-keymaps/commitdiff
Removes duplicated word *with* in README.md (#29)
authorChad Skeeters <chad.skeeters@gmail.com>
Fri, 30 Aug 2024 02:27:51 +0000 (21:27 -0500)
committerGitHub <noreply@github.com>
Fri, 30 Aug 2024 02:27:51 +0000 (03:27 +0100)
README.md

index 9a96cbe352dad3a5f4248eef7ee17630e0de1b70..25208997743f902ccea065978ad942adeaddfbdd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ This is a template repository which allows for an external set of QMK keymaps to
 1. Add your keymap(s) to the build by running `qmk userspace-add -kb <your_keyboard> -km <your_keymap>`
     * This will automatically update your `qmk.json` file
     * Corresponding `qmk userspace-remove -kb <your_keyboard> -km <your_keymap>` will delete it
-    * Listing the build targets can be done with with `qmk userspace-list`
+    * Listing the build targets can be done with `qmk userspace-list`
 1. Commit your changes
 
 ## Howto build with GitHub