From 144381ca5eff3364df638986cce2a028f25ba5e3 Mon Sep 17 00:00:00 2001 From: Hypriot Date: Sun, 22 Feb 2015 15:02:06 +0100 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52413a0..418258a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # rpi-node -Raspberry Pi comptible Docker baseimage with Nodejs preinstalled. +Raspberry Pi compatible Docker base image with Node.js preinstalled. Run all the commands from within the project root directory. @@ -8,7 +8,7 @@ Run all the commands from within the project root directory. make build ``` -#### Run the Docker Image and get the version of the installed Nodejs +#### Run the Docker Image and get the version of the installed Node.js ```bash make version ```