Browse Source

Minor capitalization fixes

Mohammed Anas 1 year ago
parent
commit
c9f88ec04c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      book/src/cli-installation.md

+ 3 - 3
book/src/cli-installation.md

@@ -38,16 +38,16 @@ You can install the `numbat` package using
 sudo xbps-install -S numbat
 ```
 
-## NixOs
+## NixOS
 
-*... or any distribution where nix is installed.*
+*... or any distribution where Nix is installed.*
 
 Install [numbat](https://search.nixos.org/packages?channel=unstable&show=numbat&from=0&size=50&sort=relevance&type=packages&query=numbat) to your profile:
 
 ``` bash
 nix-env -iA nixpkgs.numbat
 ```
-Or add it to your NixOs Configuration:
+Or add it to your NixOS Configuration:
 
 ``` nix
 environment.systemPackages = [