From 7c1e5e2d08c11c1c3d97cc8ed4030257502333af Mon Sep 17 00:00:00 2001 From: Conrad Kleinespel Date: Sat, 9 Jan 2016 21:09:17 +0100 Subject: [PATCH] updates readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cabc9f2..eae0a59 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This [Rust](http://www.rust-lang.org/) package allows you to safely read passwords from standard input in a console application. -You can build the documentation with `cargo doc` or [view it online](http://conradk.com/docs/rustastic-password/). +You can build the documentation with `cargo doc` or [view it online](https://conradk.com/docs/rustastic-password/). The source code is released under the MIT license.