<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Stanton <charlie@shtanton.xyz>2023-04-26 13:00:13 +0100
committerCharlie Stanton <charlie@shtanton.xyz>2023-04-26 13:00:13 +0100
commit1abac87b09c8137058cee4bb23430d81677ff4f1 (patch)
treed16b353f752d3141a14b716cd2b0a664f4556b10
parent4669d3cc24ebe445f49efece9f2dd7f292eb3058 (diff)
downloadstred-go-1abac87b09c8137058cee4bb23430d81677ff4f1.tar
Fix README formatting
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ec18831..79cfa8e 100644
--- a/README.md
+++ b/README.md
@@ -258,8 +258,8 @@ With an understanding of subexes, we can look at the stred commands
| `F/<subex>/` | Shorthand for `S/<subex>(.{-0}::)/` |
| `l/<subex>/` | Shorthand for `S/.{0-}<subex>/` |
| `L/<subex>/` | Shorthand for `S/.{0-}::<subex>/` |
-| `a/<subex>/` | Shorthand for `s/<subex>|.{-0}` |
-| `A/<subex>/` | Shorthand for `S/<subex>|.{-0}` |
+| `a/<subex>/` | Shorthand for `s/<subex>\|.{-0}` |
+| `A/<subex>/` | Shorthand for `S/<subex>\|.{-0}` |
| `p` | Print whatever is in the value register |
| `d` | Delete whatever is in the value register |
| `D` | Delete whatever is in the path register |