Skip to content

Commit c1e4064

Browse files
committed
Merge pull request #723 from asosso/patch-1
play command has become the activator command
2 parents 1e59b48 + b8b85bc commit c1e4064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/java-play2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ val appDependencies: Seq[sbt.ModuleID] = Seq(
2222
You can run the sample app as such:
2323

2424
````
25-
play run
25+
activator run
2626
````
2727

2828
The application will listen on port 9000 and respond to `http://localhost:9000/api-docs.json`

0 commit comments

Comments
 (0)