Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Dec 24, 2013
1 parent 5f607c3 commit 8549b0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -54,37 +54,37 @@ The Cargo plugin defines the following tasks:
<th>Description</th>
</tr>
<tr>
<td>`cargoDeployRemote`</td>
<td>cargoDeployRemote</td>
<td>-</td>
<td>CargoDeployRemote</td>
<td>Deploys web application to remote container.</td>
</tr>
<tr>
<td>`cargoUndeployRemote`</td>
<td>cargoUndeployRemote</td>
<td>-</td>
<td>CargoUndeployRemote</td>
<td>Undeploys a web application from remote container.</td>
</tr>
<tr>
<td>`cargoRedeployRemote`</td>
<td>cargoRedeployRemote</td>
<td>-</td>
<td>CargoRedeployRemote</td>
<td>Redeploys web application to remote container.</td>
</tr>
<tr>
<td>`cargoRunLocal`</td>
<td>cargoRunLocal</td>
<td>-</td>
<td>CargoRunLocal</td>
<td>Starts the local container, deploys web application to it and wait for the user to press `CTRL + C` to stop.</td>
</tr>
<tr>
<td>`cargoStartLocal`</td>
<td>cargoStartLocal</td>
<td>-</td>
<td>CargoStartLocal</td>
<td>Starts the local container, deploys web application to it and then do other tasks (for example, execute tests).</td>
</tr>
<tr>
<td>`cargoStopLocal`</td>
<td>cargoStopLocal</td>
<td>-</td>
<td>CargoStopLocal</td>
<td>Stops local container.</td>
Expand Down

0 comments on commit 8549b0d

Please sign in to comment.