From d431617c245b0bca173ef0a811c299bb9ae2851d Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Mon, 22 Jan 2018 16:27:52 -0500 Subject: [PATCH] Fixing typo in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f22646..96cd189 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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! \ No newline at end of file +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!