README.md in sqlite_ext-1.1.0 vs README.md in sqlite_ext-1.2.0
- old
+ new
@@ -1,12 +1,12 @@
# SqliteExt
Provides a convenient way of writing functions in Ruby that can
-be called from within SQLite queries through the SQLite3 gem.
+be called from within SQLite queries through the sqlite3 gem.
Although it is already possible to write ruby code for functions
that can be called from within SQL queries using SQLite via the
-SQLite3 gem, that has some limitations which this gem seeks to
+sqlite3 gem, that has some limitations which this gem seeks to
address.
First, when utilizing `SQLite3::Database#create_function`, the
added function only exists for the current instance of
`SQLite3::Database`. If that instance is being accessed through