From c48994965eafeca7483d6f60ea6e2f3c8dc906ce Mon Sep 17 00:00:00 2001 From: verdant Date: Tue, 10 Feb 2026 16:32:46 +0800 Subject: docs: fix a typo and tweak wording --- README.md | 17 ++++++++--------- screenshot/example.gif | Bin 562216 -> 0 bytes screenshot/opinion.png | Bin 31530 -> 0 bytes screenshots/example.gif | Bin 0 -> 562216 bytes screenshots/opinion.png | Bin 0 -> 31530 bytes 5 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 screenshot/example.gif delete mode 100644 screenshot/opinion.png create mode 100644 screenshots/example.gif create mode 100644 screenshots/opinion.png diff --git a/README.md b/README.md index 344b4e0..ee00ef2 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,21 @@ # Lazy Numbers -
- -
+Enter Numbers without moving your hands off the home row. -Enter Numbers without moving your hands off the home row!!! - -![](./screenshot/example.gif) +![Example](./screenshots/example.gif) ## Install ### MELPA: ``` -M-x package-install lazy-numbers +M-x package-install RET lazy-numbers RET ``` -## use-package +### use-package ```elisp -(use-package lazy-numebrs +(use-package lazy-numbers :ensure t) ``` @@ -46,3 +42,6 @@ Press `ESC` to exit. ## About +When I talk about this idea, my friends often say: + +![](./screenshots/opinion.png) diff --git a/screenshot/example.gif b/screenshot/example.gif deleted file mode 100644 index f4904f2..0000000 Binary files a/screenshot/example.gif and /dev/null differ diff --git a/screenshot/opinion.png b/screenshot/opinion.png deleted file mode 100644 index d3e942c..0000000 Binary files a/screenshot/opinion.png and /dev/null differ diff --git a/screenshots/example.gif b/screenshots/example.gif new file mode 100644 index 0000000..f4904f2 Binary files /dev/null and b/screenshots/example.gif differ diff --git a/screenshots/opinion.png b/screenshots/opinion.png new file mode 100644 index 0000000..d3e942c Binary files /dev/null and b/screenshots/opinion.png differ -- cgit v1.2.3