Skip to content

Commit a35aed2

Browse files
committed
README: fix capitalization of 'ISO'
1 parent e1e071a commit a35aed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This flake can be used to build a NixOS installer that can be used with T2 Macs.
44

55
Prebuilt installers are available in the [releases page](https://github.com/kekrby/nixos-t2-iso/releases).
66

7-
This repo provides two isos:
7+
This repo provides two ISOs:
88
* `t2-iso-minimal`
99
* `t2-iso-gnome`
1010

@@ -19,7 +19,7 @@ nix build .#t2-iso-minimal
1919

2020
You need to have `nix` installed on a **Linux** host. If you are on macOS, you can use `podman` or `docker` with the `nixos/nix` image.
2121

22-
As iso files can be quite large depending on their content, they are split into multiple parts. You can join them with this command after downloading all the files for the variant you want:
22+
As ISO files can be quite large depending on their content, they are split into multiple parts. You can join them with this command after downloading all the files for the variant you want:
2323
```
2424
cat t2-iso-<variant>.iso-part-* > t2-iso-<variant>.iso
2525
```

0 commit comments

Comments
 (0)