aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3c24a13..47676c2 100644
--- a/README.md
+++ b/README.md
@@ -73,8 +73,8 @@ do I mean by “safer”? Well consider that we want to make the following very
simple file renamings:
```
-foo -> bar
-bar -> foo
+foo → bar
+bar → foo
```
Most tools I’ve come across for renaming files will rename `foo` to `bar`, and