From 1629313b1cb251f1f454f7997404a7c14e8c60da Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 2 Dec 2024 22:55:11 -0500 Subject: [PATCH] fix: typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2a92f6..079b55e 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ The top line is the base image you want to start FROM. Any valid image can be a `FROM ghcr.io/ublue-os/bluefin:stable` `FROM ghcr.io/ublue-os/aurora-dx:stable` -## "Emtpy base images" +## "Empty" base images -These contain a base system WITHOUT a prexisting desktop. This is recommended for +These contain a base system WITHOUT a pre-existing desktop. This is recommended for a more bottom up approach or if you want to to use a different desktop environment than is currently available: `FROM ghcr.io/ublue-os/base-main:latest`