diff options
author | mattn <mattn.jp@gmail.com> | 2019-06-17 16:04:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 16:04:10 +0900 |
commit | c25061c4b77446beec92c8e1d886ba56eb14435b (patch) | |
tree | caa40ddc02cac41235ec0841ef5e58e3a59496e3 | |
parent | Merge pull request #680 from rittneje/improve-faq-in-memory-shared-cache (diff) | |
parent | Fix typo in readme (diff) | |
download | golite-c25061c4b77446beec92c8e1d886ba56eb14435b.tar.gz golite-c25061c4b77446beec92c8e1d886ba56eb14435b.tar.xz |
Merge pull request #725 from auxten/patch-1
Fix typo in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -247,7 +247,7 @@ Required dependency brew install sqlite3 ``` -For OSX there is an additional package install which is required if you whish to build the `icu` extension. +For OSX there is an additional package install which is required if you wish to build the `icu` extension. This additional package can be installed with `homebrew`. |