From 2888dff76717e93974bacaeb7e2bc293193ab447 Mon Sep 17 00:00:00 2001 From: Chad Skeeters Date: Thu, 29 Aug 2024 17:24:31 -0500 Subject: [PATCH] Removes duplicated word *with* in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a96cbe3..25208997 100644 --- 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 -km ` * This will automatically update your `qmk.json` file * Corresponding `qmk userspace-remove -kb -km ` 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