From 12cc4cfa70e8d89ad5b02ecacf6943b970f6db34 Mon Sep 17 00:00:00 2001 From: Yasu Date: Sat, 9 Apr 2016 16:44:30 +0900 Subject: [PATCH] Fix typo Name of the directory is "hellonode/", not "helloworld/" --- docs/hellonode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hellonode.md b/docs/hellonode.md index 6d04c9fcf6..9c9fabb431 100755 --- a/docs/hellonode.md +++ b/docs/hellonode.md @@ -70,7 +70,7 @@ Now let’s package this application in a Docker container. ## Create a Docker container image -Next, create a file, also within `helloworld/` named `Dockerfile`. A Dockerfile describes the image that you want to build. Docker container images can extend from other existing images so for this image, we'll extend from an existing Node image. +Next, create a file, also within `hellonode/` named `Dockerfile`. A Dockerfile describes the image that you want to build. Docker container images can extend from other existing images so for this image, we'll extend from an existing Node image. #### Dockerfile