We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0009e71 commit 2e88af8Copy full SHA for 2e88af8
1 file changed
README.md
@@ -14,7 +14,7 @@ Make sure you have Java and Maven installed. Also, install the [Heroku Toolbelt
14
$ git clone https://github.com/heroku/java-getting-started.git
15
$ cd java-getting-started
16
$ mvn install
17
-$ foreman start web
+$ heroku local:start
18
```
19
20
Your app should now be running on [localhost:5000](http://localhost:5000/).
0 commit comments