diff options
| author | 2024-08-29 21:27:51 -0500 | |
|---|---|---|
| committer | 2024-08-30 03:27:51 +0100 | |
| commit | e6f22f98b2b1b0c00d6eefa205d8a09e29d3f04f (patch) | |
| tree | faf92ee53fbaad69a364fb9865cb6bf1d0303014 | |
| parent | 0f10c50b4cf01d4dad4e9d19d1655207b37fb81e (diff) | |
| download | my-keymaps-e6f22f98b2b1b0c00d6eefa205d8a09e29d3f04f.tar.gz my-keymaps-e6f22f98b2b1b0c00d6eefa205d8a09e29d3f04f.zip | |
Removes duplicated word *with* in README.md (#29)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
