[README.md](https://github.com/JuliaParallel/MPIClusterManagers.jl/blob/master/README.md) needs to be updated. For example it states the following usage `MPIManager(;np=Sys.CPU_THREADS, mpi_cmd=false, launch_timeout=60.0)` which is wrong. - [v0.1.0](https://github.com/JuliaParallel/MPIClusterManagers.jl/tree/v0.1.0) has an optional parameter `mpirun_cmd`. [Constructor signature on v0.1.0](https://github.com/JuliaParallel/MPIClusterManagers.jl/blob/a1ac47dd28472f4aeb827ccd4e9985dc5c7109a9/src/mpimanager.jl#L53) - [v0.2.0](https://github.com/JuliaParallel/MPIClusterManagers.jl/tree/v0.2.0) does not offer such parameter. [Constructor signature on v0.2.0](https://github.com/JuliaParallel/MPIClusterManagers.jl/blob/0efc89d36233d9e825c2f930787f76985dcb767e/src/mpimanager.jl#L52)
README.md needs to be updated.
For example it states the following usage
MPIManager(;np=Sys.CPU_THREADS, mpi_cmd=false, launch_timeout=60.0)which is wrong.mpirun_cmd. Constructor signature on v0.1.0