From 8efb7c2b0de2dea96d360a1790274b53f7763b09 Mon Sep 17 00:00:00 2001 From: Jean Viscogliosi-Pate Date: Sun, 17 Aug 2025 22:31:49 -0400 Subject: [PATCH] Update Home --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index fd6784d..c012e59 100644 --- a/Home.md +++ b/Home.md @@ -35,9 +35,9 @@ Capitalize the first letter of any `pov/`, `plv/`, or `prn/` marker to capitaliz ## Replacing verbs -Not all sentences will work from all perspectives without a marker for the verb. +`vrb/` can be used to conjugate verbs into the reader's POV. This isn't always necessary, but often is. -- `pov/s likes apples` will incorrectly become "I likes apples" in first-person +- `pov/s likes apples` will incorrectly become "I likes apples" in first-person, although "he likes apples" in third-person singular is correct - `pov/s vrb/present/like/ apples` will become "I like apples" in first-person and "he likes apples" in third-person singular - `vrb/like/` will become "I liked apples" in first-person because past-tense is assumed when tense is not provided