From 041f78b92da444b416a13443d6e0693d99b03133 Mon Sep 17 00:00:00 2001 From: Andrew French Date: Sat, 31 Dec 2022 10:25:39 -0800 Subject: [PATCH] Update README to reflect new behavior --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67dd23d..9bcc941 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,11 @@ $ go run cmd/deflate/deflate.go data.txt deflated.txt The Inflate utility accepts an `io.Reader` providing deflated geohash data as produced by the Deflate utility, for example: ``` -bdvkhunfnc90.j7vyvtz5.kjbremh.pr1t.n00jdn. +bdvkhunfnc90 +j7vyvtz5 +kjbremh +pr1t +n00jdn ``` The following example reads an input file, `deflated.txt`, and writes the inflated dataset to `inflated.txt`.