From 6e240ab89a879fc187d7f9c621ea20d3d5d22c7c Mon Sep 17 00:00:00 2001 From: Arthur Date: Sun, 8 Apr 2018 03:43:52 +0200 Subject: [PATCH] fix malformed link (#1875) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5619c6e..28fccb58 100644 --- a/README.md +++ b/README.md @@ -1044,7 +1044,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries that are used to help make your application more secure.* * [acmetool](https://github.com/hlandau/acme) - ACME (Let's Encrypt) client tool with automatic renewal. -* [argon2pw] (https://github.com/raja/argon2pw) - Argon2 password hash generation with constant-time password comparison. +* [argon2pw](https://github.com/raja/argon2pw) - Argon2 password hash generation with constant-time password comparison. * [autocert](https://godoc.org/golang.org/x/crypto/acme/autocert) - Auto provision Let's Encrypt certificates and start a TLS server. * [BadActor](https://github.com/jaredfolkins/badactor) - In-memory, application-driven jailer built in the spirit of fail2ban. * [Cameradar](https://github.com/Ullaakut/cameradar) - Tool and library to remotely hack RTSP streams from surveillance cameras.