play-scala-rest-api-example
play-scala-rest-api-example copied to clipboard
Readme typo
trafficstars
In the readme
bin/play-rest-api-example -Dplay.crypto.secret=testing
should be
./bin/play-scala-rest-api-example -Dplay.crypto.secret=testing
Oh also, play.crypto.secret is deprecated so the command should be
bin/play-scala-rest-api-example -Dplay.http.secret.key=testing
+1