From b3bab2281388255a11515ff2baaa7a52ccf584e2 Mon Sep 17 00:00:00 2001 From: Tyler Hawkins <3319104+tyzbit@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:55:42 -0400 Subject: [PATCH] docs(helptext): update wording --- README.md | 2 +- globals/globals.go | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a85ddd7..946b7a1 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Otherwise, it will save configuration to a local sqlite database at `/var/go-dis ## Usage -Right-click (or long press) a message and use "Get snapshot" to get a message with snapshots that only you can see or select "Take snapshot" to take a snapshot of the live page. +Right-click (or long press) a message and use "Get snapshot" to get a message with snapshots (or use the private option for a message only you can see) or select "Take snapshot" to take a fresh snapshot of the live page. **This is a pretty good way to get around paywalls to read articles for free.** diff --git a/globals/globals.go b/globals/globals.go index 3baaff2..e225970 100644 --- a/globals/globals.go +++ b/globals/globals.go @@ -42,10 +42,10 @@ const ( // Shown to the user when `/help` is called BotHelpText = `**Usage** - - Right-click (or long press) a message and use "Get snapshot" to post a message with snapshots for the links in the message. - - Use the private option for a message only you can see. -- Select "Take snapshot" to take a new snapshot of the live page. - +- Right-click (or long press) a message and use "Get snapshot" to post a message with snapshots for the links in the message. + - Use the private option for a message only you can see. +- Select "Take snapshot" to take a fresh snapshot of the live page. + **This is a pretty good way to get around paywalls to read articles for free.** Configure the bot: