fix: typos

This commit is contained in:
Jorge O. Castro 2024-12-02 22:55:11 -05:00 committed by GitHub
parent 5efe384e8f
commit 1629313b1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/bluefin:stable`
`FROM ghcr.io/ublue-os/aurora-dx: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` `FROM ghcr.io/ublue-os/base-main:latest`