summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSpencer Whitt <sw@swhitt.me>2015-05-22 09:10:47 -0400
committerSpencer Whitt <sw@swhitt.me>2015-05-22 09:10:47 -0400
commit7aeab54129db66e979d85d6fa5820bef82b70a61 (patch)
tree634e2163bb72511c3474f8136d9f9fb5d57354c8 /README.md
parenta49afdf1743436ac07c9be9da1d27ea5461af571 (diff)
downloadnixpkgs-7aeab54129db66e979d85d6fa5820bef82b70a61.tar
nixpkgs-7aeab54129db66e979d85d6fa5820bef82b70a61.tar.gz
nixpkgs-7aeab54129db66e979d85d6fa5820bef82b70a61.tar.bz2
nixpkgs-7aeab54129db66e979d85d6fa5820bef82b70a61.tar.lz
nixpkgs-7aeab54129db66e979d85d6fa5820bef82b70a61.tar.xz
nixpkgs-7aeab54129db66e979d85d6fa5820bef82b70a61.tar.zst
nixpkgs-7aeab54129db66e979d85d6fa5820bef82b70a61.zip
Readme: Minor grammatical tweaks
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9486759f468..672fc7495de 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 [![Issue Stats](http://www.issuestats.com/github/nixos/nixpkgs/badge/issue)](http://www.issuestats.com/github/nixos/nixpkgs)
 
 Nixpkgs is a collection of packages for the [Nix](https://nixos.org/nix/) package
-manager. It is periodically build and tested by the [hydra](http://hydra.nixos.org/)
+manager. It is periodically built and tested by the [hydra](http://hydra.nixos.org/)
 build daemon as so-called channels. To get channel information via git, add
 [nixpkgs-channels](https://github.com/NixOS/nixpkgs-channels.git) as a remote:
 
@@ -15,7 +15,7 @@ build daemon as so-called channels. To get channel information via git, add
 
 For stability and maximum binary package support, it is recommended to maintain
 custom changes on top of one of the channels, e.g. `nixos-14.12` for the latest
-release and `nixos-unstable` for the latest successfully build master:
+release and `nixos-unstable` for the latest successful build of master:
 
 ```
 % git remote update channels