Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Braiden Vasco committed Jun 18, 2015
1 parent bfb06a8 commit 3cee93f
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 @@ -17,7 +17,7 @@ At first, see the documentation for Lita: https://docs.lita.io/
Add **lita-vkontakte** to your Lita instance's Gemfile:

```ruby
gem "lita-vkontakte"
gem 'lita-vkontakte', '~> 0.1.0'
```

### Preparation
Expand All @@ -31,7 +31,7 @@ Open the Ruby console (for example with `irb` command) and type the following
```ruby
require 'vkontakte_api'

VkontakteApi.app_id = "LITA_VK_CLIENT_ID"
VkontakteApi.app_id = 'LITA_VK_CLIENT_ID'
VkontakteApi.redirect_uri = 'https://oauth.vk.com/blank.html'

puts VkontakteApi.authorization_url(type: :client, scope: [:offline, :messages])
Expand Down

0 comments on commit 3cee93f

Please sign in to comment.