From 632834e76c0dacf68abe2aec6f5d42881a74dc57 Mon Sep 17 00:00:00 2001 From: bbauer Date: Wed, 14 Aug 2013 10:05:01 -0700 Subject: [PATCH] Change gem reference to kendoui-rails in README The gem kendo-rails didn't exist. Perhaps the name changed at some point but it looks like the current gem on rubygems is kendoui-rails. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2d195e..263a64f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ kendo-rails has not been tested against any other versions of these libraries. Y In your Gemfile, add this line: - gem 'kendo-rails' + gem 'kendoui-rails' Then, run `bundle install`. @@ -120,4 +120,4 @@ Note: This gem provides a GPLv3 Licensed version of Kendo UI Core with full sour distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License.