README.md in fasttext-0.2.2 vs README.md in fasttext-0.2.3

- old
+ new

@@ -1,10 +1,10 @@ -# fastText +# fastText Ruby [fastText](https://fasttext.cc) - efficient text classification and representation learning - for Ruby -[![Build Status](https://github.com/ankane/fastText/workflows/build/badge.svg?branch=master)](https://github.com/ankane/fastText/actions) +[![Build Status](https://github.com/ankane/fastText-ruby/workflows/build/badge.svg?branch=master)](https://github.com/ankane/fastText-ruby/actions) ## Installation Add this line to your application’s Gemfile: @@ -254,25 +254,25 @@ model.predict("bon appétit") ``` ## History -View the [changelog](https://github.com/ankane/fasttext/blob/master/CHANGELOG.md) +View the [changelog](https://github.com/ankane/fastText-ruby/blob/master/CHANGELOG.md) ## Contributing Everyone is encouraged to help improve this project. Here are a few ways you can help: -- [Report bugs](https://github.com/ankane/fasttext/issues) -- Fix bugs and [submit pull requests](https://github.com/ankane/fasttext/pulls) +- [Report bugs](https://github.com/ankane/fastText-ruby/issues) +- Fix bugs and [submit pull requests](https://github.com/ankane/fastText-ruby/pulls) - Write, clarify, or fix documentation - Suggest or add new features To get started with development: ```sh -git clone --recursive https://github.com/ankane/fastText.git -cd fastText +git clone --recursive https://github.com/ankane/fastText-ruby.git +cd fastText-ruby bundle install bundle exec rake compile bundle exec rake test ```