chore: update docs

This commit is contained in:
LuanRT
2023-01-01 23:10:38 -03:00
parent f2adeeeab4
commit bbfeb99f55

View File

@@ -7,7 +7,7 @@ Handles direct interactions.
* InteractionManager
* [.like(video_id)](#like)
* [.dislike(video_id)](#dislike)
* [.removeLike(video_id)](#removelike)
* [.removeRating(video_id)](#removerating)
* [.subscribe(video_id)](#subscribe)
* [.unsubscribe(video_id)](#unsubscribe)
* [.comment(video_id, text)](#comment)
@@ -36,7 +36,7 @@ Dislikes given video.
| --- | --- | --- |
| video_id | `string` | Video id |
<a name="removelike"></a>
<a name="removerating"></a>
### removeLike(video_id)
Remover like/dislike.