From db1460d042122b54dedc95bbdb4bf83ff0be51be Mon Sep 17 00:00:00 2001 From: korthaerd Date: Wed, 30 Jan 2013 22:43:55 +0100 Subject: [PATCH] update the command for installing aspell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7b92f6..c9b43d8 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ system. You can install `aspell` and the dictionary on OS X with `homebrew` like this: ```bash -$ brew install aspell --lang=en +$ brew install aspell --with-lang=en ``` On Linux distros - just use your distro's package manager.