diff --git a/README.md b/README.md index b4e4865..085c22a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ mkparallel --- Execute a serial command embarassingly parallel. -Usage: -mpirun -n mkparallel - is the command to be executed where every occurence of {} will be replaced by the rank of the processor. -The rank can be padded with leading zeros by specifying with a value greater than zero. +Usage: +```bash +mpirun -n mkparallel +``` + +`` is the command to be executed where every occurence of `{}` will be replaced by the rank of the processor. +The rank can be padded with leading zeros by specifying `` with a value greater than zero.