Skip to content

Commit d431617

Browse files
authored
Fixing typo in README.md
1 parent 657df58 commit d431617

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Is home for Python packages related to the EPANET engine.
33

44
## Contents
5-
*epanet-module - A ctypes based wrapper for the EPANET Toolkit (with support for reading EPANET binary output files).
6-
*epanet-output - A SWIG based wrapper for the EPANET C Output library.
7-
*epanet-toolkit - A SWIG based wrapper for the EPANET Toolkit.
8-
*nrtest-epanet - A plugin for performing numerical regression tests on EPANET (requires epanet-output).
5+
* epanet-module - A ctypes based wrapper for the EPANET Toolkit (with support for reading EPANET binary output files).
6+
* epanet-output - A SWIG based wrapper for the EPANET C Output library.
7+
* epanet-toolkit - A SWIG based wrapper for the EPANET Toolkit.
8+
* nrtest-epanet - A plugin for performing numerical regression tests on EPANET (requires epanet-output).
99
* ...
1010

1111
## Motivation
@@ -14,4 +14,4 @@ These Python wrappers for EPANET are available to developers interested in build
1414
Another benefit of auto-generating the wrapper is that it's fairly unambiguous; nobody's personal preferences get involved until we get to slightly higher-level abstractions, but everyone can share and benefit from the foundational SWIG layer.
1515

1616
## Contributing
17-
There are many ways for those interested in contributing to participate - providing software development support, helping with documentation, finding bugs, or contributing feature requests. Feel free to get involved!
17+
There are many ways for those interested in contributing to participate - providing software development support, helping with documentation, finding bugs, or contributing feature requests. Feel free to get involved!

0 commit comments

Comments
 (0)