From 51bb0fe6257b9dc290722decf5ffc987dc7ed70b Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 19 Jan 2022 16:46:12 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c3426a..189c496 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ EnvyUpdate is not a replacement for any of these tools. I will still try to impl ## Licenses * This project: [MIT](https://github.com/fyr77/EnvyUpdate/blob/master/LICENSE) -* Fody (depency of Costura.Fody): [MIT](https://github.com/Fody/Fody/blob/master/License.txt) +* Fody (dependency of Costura.Fody): [MIT](https://github.com/Fody/Fody/blob/master/License.txt) * Costura.Fody (for embedding DLLs into the main executable): [MIT](https://github.com/Fody/Costura/blob/develop/LICENSE) * wpf-notifyicon (for showing an icon in the system tray): [CPOL](https://github.com/hardcodet/wpf-notifyicon/blob/master/LICENSE) * Notifications.Wpf: [MIT](https://github.com/Federerer/Notifications.Wpf/blob/master/LICENSE)