Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
argh typo
  • Loading branch information
alfanick authored Dec 5, 2016
1 parent 1f64708 commit e342164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $ ./target/release/xxcalc
4
```

Than you can copy the `xxcalc` binary wherever you prefer (like `/usr/local/bin`), however this
Then you can copy the `xxcalc` binary wherever you prefer (like `/usr/local/bin`), however this
builds a non-interactive version of the binary, with no support for history completion.

In order to build the calculator with support for history (stored in `~/.xxcalcrs_history`),
Expand Down Expand Up @@ -98,7 +98,7 @@ calculator.

### Usage

Add `xxcalc` as dependency in your `Cargo.toml`, than just use `xxcalc` crate and the
Add `xxcalc` as dependency in your `Cargo.toml`, then just use `xxcalc` crate and the
parts you need.

```
Expand Down

0 comments on commit e342164

Please sign in to comment.