From 7845ed14a16f1ca86cfd9d7c937611c541c8047f Mon Sep 17 00:00:00 2001 From: Matej Gomboc Date: Wed, 17 Jun 2026 12:08:42 +0200 Subject: [PATCH] Update README.md Signed-off-by: Matej Gomboc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fbb0be..bd6f771 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Development environment for building and testing the Embedded Society's ARM libraries. -It is a single [`Dockerfile`](Dockerfile) bundling the cross-compilation toolchain and test tooling. Instead of pulling a prebuilt image, consumers build it on demand — as a VS Code / IDE dev container, as a CI container, or as a plain Docker image. +It is a single [`Dockerfile`](Dockerfile) bundling the cross-compilation toolchain and test tooling. Consumers build it on demand — as a VS Code / IDE dev container, as a CI container, or as a plain Docker image. ## Use as a dev container