From 3acdd305518c543391f6fb28ec346343a2fa11bf Mon Sep 17 00:00:00 2001 From: diogo Date: Sat, 23 May 2020 15:30:22 +0100 Subject: pls work now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1104bc4..9e31828 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Rust crate to decode and encode hexadecimal. -##Examples +## Examples ```rust let hex_string = "1a2b3c"; let data = rhex::decode_hex(&hex_string).unwrap(); -- cgit