Skip to content

Commit c9f88ec

Browse files
committed
Minor capitalization fixes
1 parent 612987b commit c9f88ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/src/cli-installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ You can install the `numbat` package using
3838
sudo xbps-install -S numbat
3939
```
4040

41-
## NixOs
41+
## NixOS
4242

43-
*... or any distribution where nix is installed.*
43+
*... or any distribution where Nix is installed.*
4444

4545
Install [numbat](https://search.nixos.org/packages?channel=unstable&show=numbat&from=0&size=50&sort=relevance&type=packages&query=numbat) to your profile:
4646

4747
``` bash
4848
nix-env -iA nixpkgs.numbat
4949
```
50-
Or add it to your NixOs Configuration:
50+
Or add it to your NixOS Configuration:
5151

5252
``` nix
5353
environment.systemPackages = [

0 commit comments

Comments
 (0)