From a1cc65a9553470ca19fc3ec2b905a7c8c74d2189 Mon Sep 17 00:00:00 2001 From: Jean Viscogliosi-Pate Date: Fri, 27 Jun 2025 01:46:16 -0400 Subject: [PATCH] Update Home --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 78400b4..b611b9f 100644 --- a/Home.md +++ b/Home.md @@ -59,6 +59,6 @@ If you want to use the reader's name in `prn/` scope, you can use `Y/n`! - `cut/seagull/3/` will become "gull," with the first three letters being cut off - `cut/seagull/0/3/` will become "sea," because it starts at the beginning and moves three spaces towards the end - `cut/seagull/0/-4` will become "gull" because it starts at the end (with zero, the sign of the second number determines the starting side!) and moves four spaces towards the beginning -- `cap/words/` turns the words to lowercase, `Cap/`phrase`/` turns the phrase to Start case, and `CAP/`phrase`/` turns the phrase to ALL CAPS. +- `cap/words/` turns the words to lowercase, `Cap/words/` capitalizes the first letter, and `CAP/words/` turns the words to ALL CAPS! - `mrr/words/` will cause the group of words to have its letters reversed, as if mirrored. - Readers can add their own replacements! If you want to write with a custom marker not provided by MetamorPOV, you have the option of suggesting that your readers add it to their configuration. Examples of replacements that may be useful but are not provided by MetamorPOV include last names, nicknames, and nobility titles. \ No newline at end of file