From b46c12d8966aa03035aefa8d0b4ee0a751bc68da Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 8 Apr 2021 14:00:57 +0200 Subject: Correct README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a9b9c0..b0c9fb4 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ This is a collection of useful scripts used by me to extend Acme Editor. ## c+ -Adds a comment to the beginning of the line. By default insert a double slash -(//) but can be changed it's behaviour passing the symbol you want to use to -comment the line. FOr example: +Adds a comment to the beginning of the line. By default inserts a double slash +(//) but can be changed the behaviour passing the symbol you want to use. +For example: ``` echo test line | c+ > //test line -- cgit v1.2.3