aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/development_dependencies_install.md
diff options
context:
space:
mode:
authorDamien Mathieu <42@dmathieu.com>2013-07-26 12:23:33 +0200
committerDamien Mathieu <42@dmathieu.com>2013-07-26 12:23:33 +0200
commit3f29a65cd51818e4a5607366ea15f7ef95ba375a (patch)
treeb6f873b7d4a08e3c046d123d2bae16ded12c5190 /guides/source/development_dependencies_install.md
parent8b8d7f9721497fc8695a653517c0f7573154f29c (diff)
downloadrails-3f29a65cd51818e4a5607366ea15f7ef95ba375a.tar.gz
rails-3f29a65cd51818e4a5607366ea15f7ef95ba375a.tar.bz2
rails-3f29a65cd51818e4a5607366ea15f7ef95ba375a.zip
Refix my misreading of the diff
sorry @robin850. Thanks @fxn
Diffstat (limited to 'guides/source/development_dependencies_install.md')
-rw-r--r--guides/source/development_dependencies_install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md
index d14e8d59dd..d6d8429086 100644
--- a/guides/source/development_dependencies_install.md
+++ b/guides/source/development_dependencies_install.md
@@ -65,7 +65,7 @@ $ sudo pacman -S lixml2 libxslt
If you have any problems with these libraries, you can install them manually by compiling the source code. Just follow the instructions at the [Red Hat/CentOS section of the Nokogiri tutorials](http://nokogiri.org/tutorials/installing_nokogiri.html#red_hat__centos) .
-Also, SQLite3 and its development files for the `sqlite3-ruby` gem — in Ubuntu you're done with just
+Also, SQLite3 and its development files for the `sqlite3` gem — in Ubuntu you're done with just
```bash
$ sudo apt-get install sqlite3 libsqlite3-dev