From e342164e4f7aa591806f4fa799e0b4a782d218e9 Mon Sep 17 00:00:00 2001 From: Amadeusz Leonardo Juskowiak Date: Mon, 5 Dec 2016 11:36:16 +0100 Subject: [PATCH] Update README.md argh typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index adebc93..99c2bcd 100644 --- a/README.md +++ b/README.md @@ -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`), @@ -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. ```