aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-03-27 01:11:30 +0200
committerTeddy Wing2018-03-27 01:11:30 +0200
commitde627666be3f6112602ca2b25b5741dd91858a93 (patch)
tree0afe885af696385e70fab43b5eaf7ebae47f11e2
parent6c609eb2c1d774f344da3294f0870b277dba27cc (diff)
downloadQWAZERTY-de627666be3f6112602ca2b25b5741dd91858a93.tar.bz2
README: Remove useless comma
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 279edb9..606a443 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Here are the emojis and corresponding key sequences:
## Example Usage
-Here is an extract from my `.vimrc`, which adds bindings to run Ruby tests when
+Here is an extract from my `.vimrc` which adds bindings to run Ruby tests when
the special emoji key is pressed:
nnoremap 🕳 :call RunCurrentSpecFile()