diff --git a/README.md b/README.md
index a9ad381..ca5f9f2 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Usage
> CTRL-B is used as the tmux prefix
> * CTRL-GCTRL-S will not work if flow control is enabled,
> CTRL-S will freeze the terminal instead
- > * (`stty -ixoff -ixon` will disable it)
+ > * (`stty -ixon` will disable it)
>
> To workaround the problems, you can use
> CTRL-G*{key}* instead of
@@ -63,7 +63,7 @@ Defining shortcut commands
--------------------------
Each binding is backed by `_fzf_git_*` function so you can do something like
-this.
+this in your shell configuration file.
```sh
gco() {