Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ERLANRAHMAT authored Sep 29, 2023
1 parent 4e4fd68 commit ce9564c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const url = 'https://telegra.ph/file/d6277949edfde2cff72ef.jpg'
// Usee tools remini
const results = await remini(url)
console.log(results) // JSON
return emo //JSON
return results //JSON
```
## 🍟 Result
```js
Expand All @@ -32,7 +32,7 @@ const url = 'https://telegra.ph/file/d6277949edfde2cff72ef.jpg'
// Usee tools toanime
const results = await toanime(url)
console.log(results) // JSON
return emo //JSON
return results //JSON
```
## 🍟 Result
```js
Expand All @@ -51,7 +51,7 @@ const url = 'https://telegra.ph/file/d6277949edfde2cff72ef.jpg'
// Usee tools tozombie
const results = await tozombie(url)
console.log(results) // JSON
return emo //JSON
return results //JSON
```
## 🍟 Result
```js
Expand All @@ -75,4 +75,4 @@ Jika menemukan bug atau sejenisnya,hubungi saya di [Whatsapp](https://wa.me/6285

## Lisensi

scr-emoji dilisensikan di bawah [MIT License](https://opensource.org/licenses/MIT). Silakan merujuk pada file LICENSE untuk informasi lebih lanjut.
betabotz-tools dilisensikan di bawah [MIT License](https://opensource.org/licenses/MIT). Silakan merujuk pada file LICENSE untuk informasi lebih lanjut.

0 comments on commit ce9564c

Please sign in to comment.