~quanrong/calories

cc3ea6200f415ec28dc1a32c3e3c7398ecfa4589 — quanrong 2 years ago 6c7c798
Fix typos
1 files changed, 2 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +2 -1
@@ 1,4 1,4 @@
`calculate` is a command line tool for estimating calories burned while
`calories` is a command line tool for estimating calories burned while
hiking.

# Basic usage:


@@ 7,6 7,7 @@ hiking.
calories weight(kg) distance(km) time(min)
```
for example: `calories 76 5 60`

If you want to specify a nonzero elevation gain, use the `-e` flag:

```