From ec464f8578608555b9635d974765a8ef620660eb Mon Sep 17 00:00:00 2001 From: James Brown <64858662+james-d-brown@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:10:12 +0100 Subject: [PATCH] Update README.md Fix a typo in the README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 146577e383..a4737b3091 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ value_date,variable_name,location,measurement_unit,value 1985-06-01T14:00:00Z,streamflow,myLocation,CMS,22.0 ``` -* Create a file `observation.csv` with the following content: +* Create a file `observations.csv` with the following content: ``` value_date,variable_name,location,measurement_unit,value @@ -73,4 +73,4 @@ cd build/install/wres/ * Execute your project ``` bin/wres myEvaluation.yml -``` \ No newline at end of file +```