From 76de8c46a5ceace2b63e0980f4ca21c5431d89d8 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 19 Jan 2016 13:52:38 +0000 Subject: [PATCH] Corrected some grammar. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index de083d62..73f5f528 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ Software structure user_models/ -* ``conda_env.yml`` is a configuration file for Anaconda (Miniconda) that setups a Python environment with all the required Python packages for gprMax. +* ``conda_env.yml`` is a configuration file for Anaconda (Miniconda) that sets up a Python environment with all the required Python packages for gprMax. * ``docs`` contains source files for the User Guide. The User Guide is written using reStructuredText (http://docutils.sourceforge.net/rst.html) markup, and is built using Sphinx (http://sphinx-doc.org) and Read the Docs (https://readthedocs.org). * ``gprMax`` is the main package. Within this package the main module is ``gprMax.py`` * ``LICENSE`` contains information on the GNU General Public License v3 or higher (http://www.gnu.org/copyleft/gpl.html).