aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2013-07-24 17:23:00 +0200
committerRobin Dupret <robin.dupret@gmail.com>2013-07-24 17:23:00 +0200
commit700c6c65bcce17d4c61423ceaef031bcbe203337 (patch)
tree64ed2f1fb7c072824b1310b0d4d19b1fa06d5e5f
parent990e8f06f63ce31d7eb34931b2b290a32f12dd20 (diff)
downloadrails-700c6c65bcce17d4c61423ceaef031bcbe203337.tar.gz
rails-700c6c65bcce17d4c61423ceaef031bcbe203337.tar.bz2
rails-700c6c65bcce17d4c61423ceaef031bcbe203337.zip
Fix the SQLite gem name
-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 5647a4c1b7..ccbb8ab658 100644
--- a/guides/source/development_dependencies_install.md
+++ b/guides/source/development_dependencies_install.md
@@ -59,7 +59,7 @@ $ sudo yum install libxml2 libxml2-devel libxslt libxslt-devel
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