Skip to content

Commit

Permalink
1.0 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
7even committed Jul 8, 2012
1 parent a72d5ac commit 1cb8adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

``` ruby
# Gemfile
gem 'vkontakte_api', '~> 1.0'
gem 'vkontakte_api', '~> 1.0.rc'
```

или просто
Expand Down Expand Up @@ -42,6 +42,7 @@ users = @vk.users.get(uids: [1, 2, 3])
users.first.uid # => 1
users.first.first_name # => "Павел"
users.first.last_name # => "Дуров"
users.first.online? # => true

# если метод, возвращающий массив, вызывается с блоком,
# то блок будет выполнен для каждого элемента,
Expand Down

0 comments on commit 1cb8adb

Please sign in to comment.