diff --git a/README.md b/README.md index 2696b0675..6d30b6cf7 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ mpirun --mca psec ^munge -n #TotalNumberOfTasks ...

Building the svFSIplus Program from Source

-The svFSIplus program can be compiled and linked from the GitHub source using a CMake build process. The build process creates a binary executable file named **svfsiplus**. +The svFSIplus program can be compiled and linked from the GitHub source using a CMake build process. The build process creates a binary executable file named svfsiplus. ## Supported Platforms @@ -387,4 +387,4 @@ A simulation can be run in parallel on four processors using ``` mpiexec -np 4 svfsiplus fluid3.xml ``` -In this case a directory named `4-procs` containing the simulation results output will be created. Results from different processors will be combined into a single file for a given time step. \ No newline at end of file +In this case a directory named `4-procs` containing the simulation results output will be created. Results from different processors will be combined into a single file for a given time step.