diff options
| author | verdant <i@glowisle.me> | 2026-02-10 16:32:46 +0800 |
|---|---|---|
| committer | verdant <i@glowisle.me> | 2026-02-10 16:32:46 +0800 |
| commit | c48994965eafeca7483d6f60ea6e2f3c8dc906ce (patch) | |
| tree | 02ccea4b67b4b4618db1df54a126642d273ddab8 /README.md | |
| parent | 207e8a92d0fcda7077649b78211b41c73760770f (diff) | |
| download | lazy-numbers-c48994965eafeca7483d6f60ea6e2f3c8dc906ce.tar.gz lazy-numbers-c48994965eafeca7483d6f60ea6e2f3c8dc906ce.zip | |
docs: fix a typo and tweak wording
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -1,25 +1,21 @@ # Lazy Numbers -<div style="text-align=center"> -<img src="./screenshot/opinion.png"> -</div> +Enter Numbers without moving your hands off the home row. -Enter Numbers without moving your hands off the home row!!! - - + ## 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: + + |
