From 9f343c45e8496d7dcaecb1c022d5cb11f6efca67 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Fri, 25 Jun 2021 20:06:18 +0000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df8b42..d0c6128 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ handles your haskell packages and can demand that [a specific version](https://c A configuration file can be put in `~/.ghcup/config.yaml`. The default config file explaining all possible configurations can be found in this repo: [config.yaml](./config.yaml). -Partial configuration is fine. Command line options always overwrite the config file settings. +Partial configuration is fine. Command line options always override the config file settings. ### Manpages