diff --git a/LICENSE.txt b/LICENSE.txt index 1036ace..15eae34 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Zoran +Copyright (c) 2016 ZURB, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 28ac618..5acf8cb 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,19 @@ A cross-browser @mention engine written in native JS, no dependencies. Tested in ## Installation -Add this line to your application's Gemfile: +Add this line to your application's Gemfile, then bundle: ```ruby gem 'tribute' ``` -And then execute: - - $ bundle - -Then, in your `app/assets/javascripts/application.js`: +Add the following to your `app/assets/javascripts/application.js`: ```js *= require tribute ``` -Finally, add the following to your `app/assets/stylesheets/application.css`: +Then, in your `app/assets/stylesheets/application.css`: ```css //= require tribute @@ -65,6 +61,8 @@ Once initialized, Tribute can be attached to an `input`, `textarea`, or an eleme ``` +For more usage information, see the official [Tribute.js README](https://github.com/zurb/tribute#tribute). + ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). diff --git a/tribute.gemspec b/tribute.gemspec index 3b35c4a..9f16e90 100644 --- a/tribute.gemspec +++ b/tribute.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| spec.authors = ["Zoran"] spec.email = ["zoran@zurb.com"] - spec.summary = %q{Native JS @mentions.} + spec.summary = %q{Tribute.js @mentions for Rails.} spec.homepage = "https://github.com/zurb/tribute" spec.license = "MIT"