From e97c1a01d6175e7da594264a3c9d4426da5a961f Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Mon, 4 Nov 2019 21:16:05 +0000 Subject: [PATCH] Fix argument name for channel override --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c00a2f..e56cb1e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ this should not be needed anymore. If you want to change the nix-on-droid channel to your custom one, you can do that either with `nix-channel` after the installation, -or by using `--argstr nixOnDroidChannelUrl `. +or by using `--argstr nixOnDroidChannelURL `. ## Tips