From 582988501b1e7a76d9c33934271d5c9263ac3920 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Thu, 9 May 2019 16:26:48 -0700 Subject: [PATCH] Typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37538df..374d3dd 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Starting from WinSW `2.x`, the releases are being hosted on [GitHub](https://git Due to historical reasons, the project also uses [Jenkins Maven repository](https://jenkins.io/index.html) as a secondary source. Binaries are available [here](http://repo.jenkins-ci.org/releases/com/sun/winsw/winsw/). -The executables in all sources are [strong-named assemblies](https://msdn.microsoft.com/en-us/library/wd40t7ad%28v=vs.110%29.aspx), which are being singed by randomly generated keys. +The executables in all sources are [strong-named assemblies](https://msdn.microsoft.com/en-us/library/wd40t7ad%28v=vs.110%29.aspx), which are being signed by randomly generated keys. Do not rely on such strong names for security (as well as on other strong names as it recommended by Microsoft). They provide a unique identity only.