From 7345dd71eda2ea0fcff60f6d0678fa04a84a2e57 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Sat, 6 Apr 2024 16:06:16 -0500 Subject: [PATCH] edited text --- laundry_status.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laundry_status.Rmd b/laundry_status.Rmd index fd9d362..9dd58fc 100644 --- a/laundry_status.Rmd +++ b/laundry_status.Rmd @@ -39,7 +39,7 @@ The dryer `r ifelse(current_status$dryer_power=="on", "started", "ended")` its m ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` -This site tracks the washing machine and dryer of our building. My hope is that it helps people find good times to do laundry. +This site tracks the washing machine and dryer of our building. My hope is that it helps people find good times to do laundry when the machine is available. ```{r plot_1day, echo=FALSE} plot(plot_1day)