Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanoneil committed May 21, 2012
1 parent 02f124e commit 41e9619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ Then you can easily access this from within your view like.

```ruby
<% @user.stream.each do |item| %>
<%= item[:message] >
<%= item[:message] %>
<% end %>
```
Expand Down

0 comments on commit 41e9619

Please sign in to comment.