From 3e55892c890b3e1dee17cbeff1d426375da0abf3 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Wed, 22 Mar 2023 01:17:42 -0400 Subject: [PATCH] Grammar fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcc8fcc..3379609 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ the [Dockerfile](Dockerfile) and [ctx/](ctx) for the specifics. - A few personal preferences are enabled via dotfiles. A helper script, using [casey/just](https://github.com/casey/just') is in [bin/cli](bin/cli). -It can be used to quickly start an ephemeral (or persistent) containers. +It can be used to quickly start an ephemeral (or persistent) container. ```console $ bin/cli --list @@ -50,7 +50,7 @@ $ podman cp foo.json cli:/home/cli $ bin/cli persist ~ $ ls foo.json -~ $ +~ $ ^D exit ```