about summary refs log tree commit diff
path: root/nixos/doc/manual/README
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-07-23 15:00:25 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-07-23 15:00:25 +0200
commit15bb4c20e614ed6835c59c7c9101ee59eacbe473 (patch)
tree0c051c3421a52b18f7b379d06ccc198b63ea031c /nixos/doc/manual/README
parentee3db692e67dc81e58b31b6fec410dd85fd4efde (diff)
downloadnixlib-15bb4c20e614ed6835c59c7c9101ee59eacbe473.tar
nixlib-15bb4c20e614ed6835c59c7c9101ee59eacbe473.tar.gz
nixlib-15bb4c20e614ed6835c59c7c9101ee59eacbe473.tar.bz2
nixlib-15bb4c20e614ed6835c59c7c9101ee59eacbe473.tar.lz
nixlib-15bb4c20e614ed6835c59c7c9101ee59eacbe473.tar.xz
nixlib-15bb4c20e614ed6835c59c7c9101ee59eacbe473.tar.zst
nixlib-15bb4c20e614ed6835c59c7c9101ee59eacbe473.zip
nixos/doc/manual: Fix typos in README.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixos/doc/manual/README')
-rw-r--r--nixos/doc/manual/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/doc/manual/README b/nixos/doc/manual/README
index 84ee3125983d..587f6275197a 100644
--- a/nixos/doc/manual/README
+++ b/nixos/doc/manual/README
@@ -1,5 +1,5 @@
 To build the manual, you need Nix installed on your system (no need
-for NixOs). To install Nix, follow the instructions at
+for NixOS). To install Nix, follow the instructions at
 
     https://nixos.org/nix/download.html
 
@@ -8,5 +8,5 @@ When you have Nix on your system, in the root directory of the project
 
     nix-build nixos/release.nix -A manual.x86_64-linux
 
-When this command successfully finishes, it will tell you were the
-manual got generated.
\ No newline at end of file
+When this command successfully finishes, it will tell you where the
+manual got generated.