aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2016-11-29 05:55:33 +0100
committerTollef Fog Heen <tfheen@err.no>2016-11-29 05:55:33 +0100
commitc5068817d48b02852630ca2e21a61316fe1a6f36 (patch)
tree56fa7575792240e50dd8f7c2516db5cd1b19e016 /README.md
parenta04a0c89c86f9393d98643fff6066b1c1a234a54 (diff)
downloadwee-slack-c5068817d48b02852630ca2e21a61316fe1a6f36.tar.gz
Update docs slightly
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7b77d7e..46bf652 100644
--- a/README.md
+++ b/README.md
@@ -152,11 +152,17 @@ Set yourself away/back:
/slack back
```
-Modify previous message *Note: this is not regex, just similar syntax*:
+Modify previous message:
```
s/old text/new text/
```
+Replace all instances of text in previous message:
+```
+s/old text/new text/g
+```
+
+
Delete previous message:
```
s///