diff --git a/README.md b/README.md
index be6a58b..5d3be02 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ If the power capping policy is _Extrema_ or _Progressive Extrema_, then the foll
Use the `-schedPolicy` option with the name of the scheduling policy to be deployed.
The default scheduling policy is First Fit.
```commandline
-./elektron -master -workload -schedPolicy
+./elektron -master -workload -schedPolicy
```
_Note_: To obtain the list of possible scheduling policy names, use the `-listSchedPolicies` option.
@@ -82,7 +82,7 @@ One needs to also provide a scheduling policy configuration file (see [schedPolC
Use the `-schedPolConfig` option to specify the path of the scheduling policy configuration file.
```commandline
-./elektron -master -workload -switchSchedPolicy -schedPolConfig
+./elektron -master -workload -switchSchedPolicy -schedPolConfig
```
The following options can be used when scheduling policy switching is enabled.