From b65d586e0a6f55aad5774ddf72efdace79c89e6f Mon Sep 17 00:00:00 2001
From: John Titus <john.titus@gmail.com>
Date: Tue, 31 Mar 2020 18:31:14 -0400
Subject: [PATCH] Updated readme

---
 README.md  | 2 +-
 items.json | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 48e1564..ee8d5f3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Bungholio
 
-Monitors Amazon and sends a text when watched products become available. It will send a text at most once per day per product.
+Monitors Amazon and sends a text when watched products (like TP) become available. It will send a text at most once per day per product.
 
 **Note**
 
diff --git a/items.json b/items.json
index 2039d4e..26aabef 100644
--- a/items.json
+++ b/items.json
@@ -1,5 +1,9 @@
 {
     "items": [
+        {
+            "name": "Charmin TP",
+            "url": "https://www.amazon.com/gp/product/B0798C1NYR/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1"
+        },
         {
             "name": "Presto Paper Towels",
             "url": "https://www.amazon.com/gp/product/B07QY8P3B1/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1"
@@ -11,7 +15,7 @@
         {
             "name": "test tshirt",
             "url": "https://www.amazon.com/Jerzees-Heavyweight-Sleeve-T-Shirt-Heather/dp/B00BBW7REI/ref=sr_1_1?dchild=1&keywords=tsjort&qid=1585676131&sr=8-1",
-            "found": "2020-03-31T22:27:43.373Z"
+            "found": "2020-03-31T21:44:33.609Z"
         }
     ]
 }
\ No newline at end of file
-- 
GitLab