branch: elpa/anzu
commit 7b8146c1ebc2e2eb7d17d639c3e82678cf3d17fc
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Improve alt attribute of images
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 4d63dbe1c8..af8ae6b503 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ information in the mode-line in various search modes.
## Screenshot
-
+
## Requirements
@@ -61,7 +61,7 @@ Add following S-exp in your configuration if you want to use
anzu's replace comm
(global-set-key [remap query-replace-regexp] 'anzu-query-replace-regexp)
```
-[anzu-replace-demo](image/anzu-replace-demo.gif)
+[Screencast of anzu-query-replace-at-cursor-thing](image/anzu-replace-demo.gif)
##### `anzu-query-replace-at-cursor`
@@ -79,7 +79,7 @@ Same as `anzu-query-replace-at-cursor-thing` except not query.
This command is useful in refactoring such as changing variable name
in the function.
-
+
##### `anzu-isearch-query-replace`