README.md in blingfire-0.1.7 vs README.md in blingfire-0.1.8
- old
+ new
@@ -1,17 +1,17 @@
-# Bling Fire
+# Bling Fire Ruby
[Bling Fire](https://github.com/microsoft/BlingFire) - high speed text tokenization - for Ruby
-[](https://github.com/ankane/blingfire/actions)
+[](https://github.com/ankane/blingfire-ruby/actions)
## Installation
Add this line to your application’s Gemfile:
```ruby
-gem 'blingfire'
+gem "blingfire"
```
## Getting Started
Create a model
@@ -96,25 +96,25 @@
model.ids_to_text(ids)
```
## History
-View the [changelog](https://github.com/ankane/blingfire/blob/master/CHANGELOG.md)
+View the [changelog](https://github.com/ankane/blingfire-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/blingfire/issues)
-- Fix bugs and [submit pull requests](https://github.com/ankane/blingfire/pulls)
+- [Report bugs](https://github.com/ankane/blingfire-ruby/issues)
+- Fix bugs and [submit pull requests](https://github.com/ankane/blingfire-ruby/pulls)
- Write, clarify, or fix documentation
- Suggest or add new features
To get started with development:
```sh
-git clone https://github.com/ankane/blingfire.git
-cd blingfire
+git clone https://github.com/ankane/blingfire-ruby.git
+cd blingfire-ruby
bundle install
bundle exec rake vendor:all download:models
bundle exec rake test
```