aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordiogo <[email protected]>2020-05-23 15:30:22 +0100
committerdiogo <[email protected]>2020-05-23 15:30:22 +0100
commit3acdd305518c543391f6fb28ec346343a2fa11bf (patch)
tree051365b5d52925b310ea512d5d6b812c79062634 /README.md
parent849139e71a9e3156a1b6fc33d68c310e8425fd55 (diff)
pls work now
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1104bc4..9e31828 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
2 2
3Rust crate to decode and encode hexadecimal. 3Rust crate to decode and encode hexadecimal.
4 4
5##Examples 5## Examples
6```rust 6```rust
7let hex_string = "1a2b3c"; 7let hex_string = "1a2b3c";
8let data = rhex::decode_hex(&hex_string).unwrap(); 8let data = rhex::decode_hex(&hex_string).unwrap();