Skip to content

Commit

Permalink
unify directory name on Rails; bot -> bots
Browse files Browse the repository at this point in the history
  • Loading branch information
kuboon committed Aug 20, 2016
1 parent 530db0c commit 383fae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,10 @@ Rails.application.routes.draw do
end
```

We suggest that you put your bot code in `app/bot`.
We suggest that you put your bot code in `app/bots`.

```ruby
# app/bot/example.rb
# app/bots/example.rb

include Facebook::Messenger

Expand Down

0 comments on commit 383fae1

Please sign in to comment.