From a7d35c1e21c56ac3f6f765c467bd442bd450958e Mon Sep 17 00:00:00 2001 From: Abhimanyu Sharma Date: Thu, 30 May 2024 01:17:44 +0530 Subject: [PATCH] Fix: typos --- README.md | 4 ++-- processors/html.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 957072d..a2abccc 100644 --- a/README.md +++ b/README.md @@ -250,8 +250,8 @@ echo "Hello World" | sttr base64-encode | sttr md5 # Featured On -These are the few places where `sttr` got featured, many thanks to everyone. -If you have talked about `sttr` in your blog/video feel to add that to the list. +These are the few locations where `sttr` was highlighted, many thanks to all of you. +Please feel free to add any blogs/videos you may have made that discuss `sttr` to the list. * [YouTube: The Giants of Open Source - DevOps Paradox](https://youtu.be/4nFRKbY_HVE?t=2529?ref=abhimanyu003/sttr) * [Terminal Trove - Tool of the Week](https://terminaltrove.com/sttr/?ref=abhimanyu003/sttr) diff --git a/processors/html.go b/processors/html.go index 9455bd5..3e8aacb 100644 --- a/processors/html.go +++ b/processors/html.go @@ -37,7 +37,7 @@ func (p HTMLEncode) FilterValue() string { return p.Title() } -// HTMLEncode unescapes HTML to string +// HTMLDecode unescapes HTML to string type HTMLDecode struct{} func (p HTMLDecode) Name() string {