From 9cf260f7eb3a59709ae2772bbbc898091d319a33 Mon Sep 17 00:00:00 2001 From: David Irvine Date: Mon, 6 Apr 2015 15:37:48 +0100 Subject: [PATCH] typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 77706046..2a3fda56 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -28,7 +28,7 @@ //! for serialising data and is an attempt to upgrade messagepack and ASN.1 //! On disk serialisation is [JSON](https://www.ietf.org/rfc/rfc4627.txt) //! -//! [github page](https://github.com/dirvine/maidsafe_types) +//! [Project github page](https://github.com/dirvine/maidsafe_types) extern crate rustc_serialize; extern crate sodiumoxide;