From 79aeb8c80007e8bf9cf376448cabe52af31355e3 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sat, 31 Dec 2022 22:34:56 -0500 Subject: [PATCH] fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93fdfdb..1feee26 100644 --- a/README.md +++ b/README.md @@ -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`).