Skip to content

Commit

Permalink
Update README to reflect new behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfrench committed Dec 31, 2022
1 parent d81db28 commit 041f78b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 041f78b

Please sign in to comment.