From 1e28e3fc27eb3afbe3db0561a51f24b998902cd7 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 27 May 2016 14:04:04 -0700 Subject: [PATCH] Add trailing slashes to directories --- docs/tutorial/application-distribution.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorial/application-distribution.md b/docs/tutorial/application-distribution.md index cd5fe47..bc2cdae 100644 --- a/docs/tutorial/application-distribution.md +++ b/docs/tutorial/application-distribution.md @@ -148,9 +148,9 @@ we appreciate your help. 2. Create a new S3 bucket and create the following empty directory structure: ``` -- atom-shell - - symbols - - dist +- atom-shell/ + - symbols/ + - dist/ ``` 3. Set the following Environment Variables: -- 2.7.4