From 36fa91ea1df2b8ec281e0512cd0f10f6d97aa12c Mon Sep 17 00:00:00 2001 From: "Michael J. Giarlo" Date: Mon, 1 Aug 2016 11:50:17 -0700 Subject: [PATCH] Update README to reflect new version about to be released --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7b278bd26..7d8c95a89d 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ See [Sufia's documentation site](http://sufia.io/) for more non-technical docume # Help -If you have questions or need help, please email [the Hydra community tech list](mailto:hydra-tech@googlegroups.com) or stop by [the Hydra community IRC channel](irc://irc.freenode.net/projecthydra). +If you have questions or need help, please email [the Hydra community tech list](mailto:hydra-tech@googlegroups.com) or stop by the #dev channel in [the Hydra community Slack team](https://wiki.duraspace.org/pages/viewpage.action?pageId=43910187#Getintouch!-Slack). # Getting started @@ -155,7 +155,7 @@ rails new my_app Add the following lines to your application's Gemfile. ``` -gem 'sufia', '7.0.0.rc2' +gem 'sufia', '7.0.0' ``` Then install Sufia as a dependency of your app via `bundle install`