From ab2547f26757387eaa0bc5c95f8b750cc7a6e489 Mon Sep 17 00:00:00 2001 From: Yuichiro Suzuki Date: Sat, 30 Jun 2018 01:20:49 +0900 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 156c6f9..2f8a20e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Installing jemalloc separately from Ruby is pain in some cases (e.g. Heroku, Eng # Install -Install `jemalloc` gem in your application. For [bundler](http://gembundler.com/) based application, please add the following line into your Gemfile, and and install `jemalloc` by `bundle install`. +Install `jemalloc` gem in your application. For [bundler](http://gembundler.com/) based application, please add the following line into your Gemfile, and install `jemalloc` by `bundle install`. gem 'jemalloc'