From 4beb28787ea38c66d4e7d2c28f64cdf9521bf67e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 25 Sep 2017 14:28:30 -0600 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19dc534..3640cde 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ hexdump.js ========== -Given an ArrayBuffer, will create similar output to the unix `hexdump` command. +Given an `ArrayBuffer`, will create string output similar to the unix `hexdump` command. + +For example, the text of "Hello, World!\n" looks something like this: ``` 0 1 2 3 4 5 6 7 8 9 A B C D E F