From 0c62804b1d93f7fec9ee7de8adedaba7cb076d17 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 5 Jul 2016 01:32:11 -0400 Subject: [PATCH] sample => app [ci skip] --- docs/deployment/application-management.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/deployment/application-management.md b/docs/deployment/application-management.md index d60864d5c..8a11adb68 100644 --- a/docs/deployment/application-management.md +++ b/docs/deployment/application-management.md @@ -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