Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
forecho committed Feb 12, 2020
1 parent 707bf53 commit a19810f
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 @@ -55,8 +55,8 @@ class TopicController extends Controller
return [
'do' => [
'class' => ActionAction::className(),
'pairsType' => ['want','own'],
'counterType' => ['apply'],
'pairsType' => ['want','own'], // Optional,default ['like', 'dislike']
'counterType' => ['apply'], // Optional,default ['view', 'clap']
]
];
}
Expand Down

0 comments on commit a19810f

Please sign in to comment.