aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.mkd6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.mkd b/README.mkd
index 9364d0c..142e5e5 100644
--- a/README.mkd
+++ b/README.mkd
@@ -30,10 +30,10 @@ use strict;
use warnings
use utf8;
-|
+_
```
-And cursor is in `|`. If you open `lib/Foo.pm`, and type `<enter>` in `package`. You get following.
+And cursor is in `_`. If you open `lib/Foo.pm`, and type `<enter>` in `package`. You get following.
```perl
package Foo;
@@ -41,7 +41,7 @@ use strict;
use warnings
use utf8;
-|
+_
1
```