diff --git a/README.md b/README.md index 9fbe56c..1df2c66 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,12 @@ Make sure that SUNDIALS (v3.1.1 or higher), Cantera (2.3 or higher), and GSL are installed. Run make all, followed by make install in the source directory. -After installing, the executable sensBVP can be executed as follows: - -sensBVP -a - -r - -f - -T - -P - -m - -c - -t - -s +After installing, the executable sensBVP can be executed as follows: +``` sensBVP -a -r -f -T -P -m -c -t + -s +``` Execute sensBVP -h for all available options.