Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix a typo in the README.
  • Loading branch information
james-d-brown authored Sep 5, 2024
1 parent be40f00 commit ec464f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -73,4 +73,4 @@ cd build/install/wres/
* Execute your project
```
bin/wres myEvaluation.yml
```
```

0 comments on commit ec464f8

Please sign in to comment.