Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Oct 12, 2016
1 parent 4078373 commit c6dc4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following SBT settings defined by _sbt-revolver_ are of potential interest:

* `re-start-args`, a `SettingKey[Seq[String]]`, which lets you define arguments that _sbt-revolver_ should pass to your
application on every start. Any arguments given to the `re-start` task directly will be appended to this setting.
* `re-start::re-main-class`, which lets you optionally define a main class to run in `re-start` independently of the
* `re-start::main-class`, which lets you optionally define a main class to run in `re-start` independently of the
one set for running the project normally. This value defaults to the value of `compile:main-class(for run)`. If you
don't specify a value here explicitly the same logic as for the normal run main class applies: If only one main class
is found it one is chosen. Otherwise, the main-class chooser is shown to the user.
Expand Down

0 comments on commit c6dc4ee

Please sign in to comment.