From 7546f970a0796cf93897b6e90f64be183744c400 Mon Sep 17 00:00:00 2001 From: Adam Erispaha Date: Fri, 27 Sep 2024 14:18:02 -0400 Subject: [PATCH] fix storage(s) typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5759179..3d89f0f 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ m = Model("coolest-model.inp") # pass custom init arguments into the Nodes object instead of using default settings referenced by m.nodes() nodes = Nodes( model=m, - inp_sections=['junctions', 'storages', 'outfalls'], + inp_sections=['junctions', 'storage', 'outfalls'], rpt_sections=['Node Depth Summary', 'Node Inflow Summary'], columns=[ 'InvertElev', 'MaxDepth', 'InitDepth', 'SurchargeDepth', 'MaxTotalInflow', 'coords'] )