Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haccht committed Nov 7, 2023
1 parent d781cc1 commit 0f45edc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# histgram
# histogram

Render histograms in the terminal.


```
$ histgram -h
$ histogram -h
Usage:
histogram [OPTIONS]
Expand Down Expand Up @@ -32,7 +32,7 @@ $ head normaldistribution.txt
-1.9599639845509635
-1.3105791121681314
$ cat normaldistribution.txt | histgram
$ cat normaldistribution.txt | histogram
Total count = 300
Min/Avg/Max = -2.58 / 0.00 / 2.58
Expand All @@ -51,7 +51,7 @@ Min/Avg/Max = -2.58 / 0.00 / 2.58
`histogram` can also draw a bar chart of the histogram..

```
$ cat normaldistribution.txt | histgram -c
$ cat normaldistribution.txt | histogram -c
Total count = 300
Min/Avg/Max = -2.58 / 0.00 / 2.58
Expand Down

0 comments on commit 0f45edc

Please sign in to comment.