From 58bbf68238e7711da1dda53d9656444ed6ccbd4d Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Wed, 26 Apr 2023 13:01:04 +0100 Subject: Fix README mistake --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79cfa8e..d2f5700 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