From 33839ce6cc4fc77e239e10e98086f5646ace8758 Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 27 Oct 2011 20:21:22 +0900 Subject: _ is cursor. --- README.mkd | 6 +++--- 1 file 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 `` in `package`. You get following. +And cursor is in `_`. If you open `lib/Foo.pm`, and type `` in `package`. You get following. ```perl package Foo; @@ -41,7 +41,7 @@ use strict; use warnings use utf8; -| +_ 1 ``` -- cgit v1.2.3-54-g00ecf