fix grammar

This commit is contained in:
figsoda 2022-12-31 22:34:56 -05:00
parent 1a1454ed1e
commit 79aeb8c800

View File

@ -53,7 +53,7 @@ Options:
## Comparison to [nix-prefetch](https://github.com/msteen/nix-prefetch)
- `nurl` infers the fetcher from the URL. For `nix-prefetch`, you need to pick the fetcher and supply the arguments manually.
- `nix-prefetch` relies FOD which is slow, `nurl` tries to use alternatives when possible.
- `nix-prefetch` relies on FOD which is slow, `nurl` tries to use alternatives when possible.
- `nix-prefetch` supports arbitrary expressions (planned for `nurl`) and file attributes.
- `nix-prefetch` is more configurable and has an interface similar to `nix-build`.
- `nurl` has some nice features dedicated to generated packages (`--indent`, `--list-possible-fetchers`).