From edde7ef04a5a278f99e4e565bd3905ba1cba5653 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Tue, 28 Mar 2023 20:01:14 -0400 Subject: [PATCH] doc update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3379609..8db39b8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ exit ## More Info The image is based on *alpine:edge*, with a small amount of additional setup/installation done. See -the [Dockerfile](Dockerfile) and [ctx/](ctx) for the specifics. +the [Dockerfile](Dockerfile) and [ctx/](ctx) for the specifics. - Some basic utilities are installed for interative and script-based shell usage - A user is created with sudo (`-u root`) access. @@ -54,7 +54,7 @@ foo.json exit ``` -Bonus - the same script can be used to start other containers: +Bonus - the same script could be used to start other containers: ```console $ bin/cli image=alpine:edge / # ^D