README.md in haskell-0.2.0 vs README.md in haskell-0.2.2
- old
+ new
@@ -3,11 +3,11 @@
Matz has mentioned Ruby3.0 with static type at some confluences. But almost all rubyists(include me) are not sure how typed Ruby is.
But it's worth thinking more. This gem is kind of trial without so much side-effect.
```rb
-require 'rubype'
+require 'haskell'
# ex1
class MyClass
def sum(x, y)
x + y
@@ -79,16 +79,16 @@
MyClass.new.foo('str')
```
## Installation
-gem install rubype or add gem 'rubype' to your Gemfile.
+gem install haskell or add gem 'haskell' to your Gemfile.
This gem requires Ruby 2.0.0+.
### Contributing
-Fork it ( https://github.com/[my-github-username]/rubype/fork )
+Fork it ( https://github.com/[my-github-username]/haskell/fork )
Create your feature branch (`git checkout -b my-new-feature`)
$ bundle install --path vendor/bundle