Skip to content

Commit

Permalink
fix: correct typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Dec 23, 2024
1 parent 33baee5 commit a3599c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $ nix run github:Mic92/nix-update
## USAGE

First change to your directory containing the nix expression (Could be a nixpkgs
or your own repository). Than run `nix-update` as follows
or your own repository). Then run `nix-update` as follows

```console
$ nix-update attribute [--version version]
Expand All @@ -77,7 +77,7 @@ If your package is defined in a flake use the `--flake` flag instead:
$ nix-update attribute --flake [--version version]
```

`nix-update` will than try to update either the
`nix-update` will then try to update either the
`packages.{currentSystem}.{attribute}` or `{attribute}` output attribute of the
given flake. To update a package in `legacyPackages`, pass the full path to that
package including the platform: `legacyPackages.{platform}.{attribute}`.
Expand Down Expand Up @@ -260,10 +260,10 @@ First clone the repo to your preferred location (in the following, we assume
`~/` - your home):

```console
$ git clone https://github.com/Mic92/nix-update/ ~/nix-update
$ git clone https://github.com/Mic92/nix-update/ ~/git/nix-update
```

Than enter the dev shell:
Then enter the dev shell:

```console
$ cd ~/nix-update
Expand Down Expand Up @@ -297,7 +297,7 @@ $ nix fmt

## Known Bugs

nix-update might not work correctly if a file contain multiple packages as it
nix-update might not work correctly if a file contains multiple packages as it
performs naive search and replace to update version numbers. This might be a
problem if:

Expand Down

0 comments on commit a3599c1

Please sign in to comment.