Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Virabyan committed Jan 21, 2015
2 parents a29164a + 90ab03a commit b106886
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 @@ -83,8 +83,8 @@ Don't use textarea value directly, because it contains special characters, used
Returns an array of all mentions contained within the text, like this:
```
[
{value: 'alex', uid: 'user:1'},
{value: 'andrew', uid: 'user:2'}
{name: 'alex', uid: 'user:1'},
{name: 'andrew', uid: 'user:2'}
]
```

Expand Down

0 comments on commit b106886

Please sign in to comment.