README.md in trello_webhook-0.1.0 vs README.md in trello_webhook-0.2.0

- old
+ new

@@ -16,11 +16,11 @@ ``` And then execute: ```bash -$ bundle install +bundle install ``` ## Configuration First, configure a route to receive the trello webhook POST requests. @@ -57,6 +57,6 @@ webhook = Trello::Webhook.new webhook.description = "The webhook description" webhook.id_model = "The board model id" # Run `Trello::Board.all` to find it. webhook.callback_url = "#{ENV['BASE_URL']}/trello_webhooks" # BASE_URL is your website's url. Use ngrok in dev. webhook.save -``` \ No newline at end of file +```