Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli committed Jun 19, 2015
1 parent 70d294b commit 8e9eac6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ $batcher->addToMany($activity, $feeds);

// Create many follow
$activity = array('actor' => '1', 'verb' => 'tweet', 'object' => '1');
$feeds = ['flat:user1', 'flat:user2'];
$follows = [
['source' => 'flat:1', 'target' => 'user:1'],
['source' => 'flat:1', 'target' => 'user:2']
];
$batcher->addToMany($activity, $feeds);
```

Expand Down

0 comments on commit 8e9eac6

Please sign in to comment.