From 8cff654d2e056295b8876ec0b496e9f12f7a7ec8 Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Thu, 5 Dec 2019 16:49:35 +0900 Subject: [PATCH] Fix Node.js naming convention --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ee8f23..b165296 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Multi-step build container template for NodeJS applications +# Multi-step build container template for Node.js applications -This is a simple multi-step NodeJS application docker build template that you can use to create self-contained, relatively small-sized and easily deployable images of your application. +This is a simple multi-step Node.js application docker build template that you can use to create self-contained, relatively small-sized and easily deployable images of your application. ## Why multi-step