diff --git a/README.md b/README.md index 15a260de5f61ae450eefe2723f8d179d1d7a9a95..bfdf94e670f21f8b45e56ea1148a9cbfa55d046c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ on a randomly generated surface coming from the Helfrich membrane model. ## Documentation -The simulation's parameters can be specified in a header file, called `options.h`, which is located in the build directory after the building process is finished. It is of the following format where some default parameters are already defined to let it compile successfully when the module is built. +The simulation's parameters can be specified in a header file, called `options.h`, which is located in the build directory after the building process is finished. It is of the following format where some default parameters are already defined to let it compile successfully during the building process. ```cpp #include <string> @@ -81,7 +81,7 @@ Dune-simon depends on the [dune-core][core] modules, [dune-typetree][typetree], * https://gitlab.dune-project.org/staging/dune-uggrid * https://gitlab.dune-project.org/staging/dune-functions -Furthermore the `Suitesparse` package has to be installed on the executing system. +Furthermore the `Suitesparse` library has to be installed on the executing system. ### Building the module Dune-simon integrates into the cmake-based dune build system.