diff --git a/README.md b/README.md index a915d29..1e3179c 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ nix-env \ 1. Go to your local checkout of nixpkgs, and make sure the working directory is clean. Be on a branch you are okay committing to. -2. Run it like: `nixpkgs-update update "postman 7.20.0 7.21.2 ryantm"` +2. Run it like: `nixpkgs-update update "postman 7.20.0 7.21.2"` which mean update the package "postman" from version 7.20.0 - to version 7.21.2 based on information from ryantm. + to version 7.21.2. 3. It will run the updater, and if the update builds, it will commit the update to the branch and output a potential message you could use for a pull request.