diff options
author | 2021-04-08 14:00:57 +0200 | |
---|---|---|
committer | 2021-04-08 14:00:57 +0200 | |
commit | b46c12d8966aa03035aefa8d0b4ee0a751bc68da (patch) | |
tree | f7f399e8a26df60916ca59961596bea424ba5779 | |
parent | edf6781d82ec0e257110743494fcfa7aaa36fca2 (diff) | |
download | acme-scripts-b46c12d8966aa03035aefa8d0b4ee0a751bc68da.tar.gz acme-scripts-b46c12d8966aa03035aefa8d0b4ee0a751bc68da.zip |
Correct README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |