From 8ce4b1e27865cb6b4172376bf0e48b33bff6fde1 Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:49:26 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ae2e36..e11eca5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This template repository should give a good overview on how to build your own ROS2 development instance and produce a new hosted docker image out of it. ## Install dependencies needed for working with docker images and tools to make your life easier -Using the official Docker convenience instaler script, we will install docker and docker compose: +Using the official Docker convenience installer script, we will install docker and docker compose: ``` curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh