From 1abac87b09c8137058cee4bb23430d81677ff4f1 Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Wed, 26 Apr 2023 13:00:13 +0100 Subject: Fix README formatting --- README.md | 4 ++-- 1 file 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//` | Shorthand for `S/(.{-0}::)/` | | `l//` | Shorthand for `S/.{0-}/` | | `L//` | Shorthand for `S/.{0-}::/` | -| `a//` | Shorthand for `s/|.{-0}` | -| `A//` | Shorthand for `S/|.{-0}` | +| `a//` | Shorthand for `s/\|.{-0}` | +| `A//` | Shorthand for `S/\|.{-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 | -- cgit v1.2.3