From 889df6da17d05080489c4f0147bc11fb6e6cd022 Mon Sep 17 00:00:00 2001 From: SETH <74836049+sethpolevoi@users.noreply.github.com> Date: Tue, 4 Nov 2025 22:12:18 -0700 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b23f18a..50d08a5 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ However, after a few days of retraining, I started to realize that `.` on pinky So, I begrudgingly moved `.` _back_ to middle finger. Around this time, I was chatting with ec0vid on Discord, and just trying to get some ideas, and he had a great suggestion to separate `’` and `”`. Since the problem was that `.”` was more common than `.’`, I could fix the bigram scissor by moving `”` closer to `.`. So, I swapped `”` and `_`, which _completely_ solved the problem. -In addition to those punctuation swaps, I also made a few more more swaps to the punctuation which I think greatly improve the experience for programmers. In programming, I found that I often had to type the following bigrams: +In addition to those punctuation swaps, I also made a few more swaps to the punctuation which I think greatly improve the experience for programmers. In programming, I found that I often had to type the following bigrams: - `->` - `=>` - `|>`