Skip to content

Commit

Permalink
README: Fix more cinch refs
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Jul 15, 2020
1 parent d47b088 commit 3eb4b03
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ Installation

You can install the latest Grinch gem using RubyGems

```
gem install cinch
```bash
gem install grinch
```

### GitHub

Alternatively you can check out the latest code directly from Github

```
git clone https://github.com/woodruffw/grinch
```bash
git clone https://github.com/grinchrb/grinch
```

Example
-------

Your typical Hello, World application in Cinch would go something like this:
Your typical Hello, World application in Grinch would go something like this:

```ruby
require 'cinch'
Expand All @@ -76,7 +76,7 @@ Features
### Documentation

Grinch provides a documented API, which is online for your viewing pleasure
[here](http://rubydoc.info/gems/cinch/frames).
[here](http://rubydoc.info/gems/grinch/frames).

### Object Oriented

Expand Down

0 comments on commit 3eb4b03

Please sign in to comment.