Mercurial > hg > monetdb-ruby
changeset 33:c0ae750869de
Update README.md
author | Mitchell Weggemans <mitchell.weggemans@monetdbsolutions.com> |
---|---|
date | Tue, 11 May 2021 16:16:03 +0200 (2021-05-11) |
parents | cace3ff6d882 |
children | 16bb6d852171 |
files | README.md |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Ruby driver for MonetDB First build a gem file starting from the given gemspec: ```bash -$ gem build ruby-monetdb-sql-0.2.gemspec +$ gem build ruby-monetdb-sql.gemspec ``` Then install the resulting gem with the command: ```bash -$ gem install --local ruby-monetdb-sql-0.2.gem +$ gem install --local ruby-monetdb-sql-1.2.gem ``` ## Example @@ -30,4 +30,4 @@ result.each_record do |record| end ``` -A more extensive example can be found in /lib/example.rb \ No newline at end of file +A more extensive example can be found in /lib/example.rb