Skip to content

Commit

Permalink
Fixing typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltryby authored Jan 22, 2018
1 parent 657df58 commit d431617
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Is home for Python packages related to the EPANET engine.

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

## Motivation
Expand All @@ -14,4 +14,4 @@ These Python wrappers for EPANET are available to developers interested in build
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.

## Contributing
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!
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 comments on commit d431617

Please sign in to comment.