sample => app

[ci skip]
This commit is contained in:
Jose Diaz-Gonzalez
2016-07-05 01:32:11 -04:00
committed by GitHub
parent 6f6f2b6f9a
commit 0c62804b1d

View File

@@ -17,8 +17,8 @@ dokku apps
```
=====> My Apps
node-js-sample
python-sample
node-js-app
python-app
```
Note that you can easily hide extra output from dokku commands by using the `--quiet` flag, which makes it easier to parse on the command-line.
@@ -28,8 +28,8 @@ dokku --quiet apps
```
```
node-js-sample
python-sample
node-js-app
python-app
```
## Manually creating an application