diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2016-04-14 20:15:55 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2016-04-14 20:15:55 -0700 |
commit | 737d8e20738372c3d8ced3e8d6c7481346a72cc5 (patch) | |
tree | 16d82faa10874fd7ca45a7e0dafa3cf032938a78 | |
parent | a56db03593f963b31eb1aaf99215485853be9dc4 (diff) |
Updating README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,4 +18,4 @@ Usage 3. Run `maven exec:exec` to start the website on http://localhost:8085 The website defaults to running in dev mode which will only modify the dev Dynamo tables. You *must recompile* for changes to take effect. -4. Run `maven war:war` to produce a war file to deploy. +4. Run `maven package` to produce a war file to deploy. |