diff --git a/README.md b/README.md index 8744e57..680eb61 100644 --- a/README.md +++ b/README.md @@ -36,18 +36,20 @@ TiktokDL(tiktok_url) ### Tiktok Profile +``` const { TiktokStalk } = require("@tobyg74/tiktok-api-dl"); const username = "tobz2k19" -``` TiktokStalk(username) .then((result) => { console.log(result); }) ``` -## Tiktok Downloader Response +## Response + +### Tiktok Downloader ``` { @@ -73,7 +75,7 @@ TiktokStalk(username) } ``` -## Tiktok Profile Response +### Tiktok Profile ``` { diff --git a/package.json b/package.json index cd50510..c863faf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tobyg74/tiktok-api-dl", - "version": "1.0.2", + "version": "1.0.2-fix", "description": "Scrapper for download Video, Image, Music from Tiktok", "main": "index.js", "scripts": {