aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4b670fa..0ab5ce5 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,6 @@ Commands
Join a channel:
```
/join [channel]
-/slack join [channel]
```
Start a direct chat with someone:
@@ -156,6 +155,11 @@ Modify previous message:
s/old text/new text/
```
+Modify 3rd previous message:
+```
+3s/old text/new text/
+```
+
Replace all instances of text in previous message:
```
s/old text/new text/g