浏览代码

Minor capitalization fixes

Mohammed Anas 1 年之前
父节点
当前提交
c9f88ec04c
共有 1 个文件被更改,包括 3 次插入3 次删除
  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 = [