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)