diff --git a/readme-en.md b/readme-en.md index abddce8..5f51b17 100644 --- a/readme-en.md +++ b/readme-en.md @@ -10,7 +10,7 @@ A easily and quickly way to pick a winner for Facebook timeline promotion. πŸ“‹ You can easily and quickly pick a winner by browser. 1. Open the Facebook page or group post. 2. Open the Facebook comment or share dialog in a new tab. -3. Open the Console in browser.(Windows or Linux: Ctrl + Shift + J / macOS: Cmd + Opt + J) +3. Open the Console in browser. (Windows or Linux: Ctrl + Shift + J / macOS: Cmd + Opt + J) 4. Copy and Paste all the contents of the [index.js](https://raw.githubusercontent.com/gaerae/facebook-contest-winner/master/index.js) file. 5. Click the Button to View more comments or shares. 6. Go to [Usage](#usage). @@ -38,7 +38,7 @@ Example: [Facebook Share](https://www.facebook.com/shares/view?id=10105044271137 FacebookContestWinner.share(3); // Designated winners is Optional Parameter -FacebookContestWinner.comment(3, [123, 456, 789]); +FacebookContestWinner.share(3, [123, 456, 789]); ``` #### πŸ“œ Automatically view all comments (Optional) diff --git a/readme-ko.md b/readme-ko.md index 3846443..6d2b3d0 100644 --- a/readme-ko.md +++ b/readme-ko.md @@ -40,7 +40,7 @@ FacebookContestWinner.share(3); // λ‹Ήμ²¨μž μˆ˜μ™€ 페이슀뢁 μ‚¬μš©μž 고유 번호λ₯Ό λ„£μ–΄μ„œ μ‹€ν–‰ν•˜μ„Έμš”. // 페이슀뢁 μ‚¬μš©μž 고유 번호λ₯Ό λ„£μœΌλ©΄, μž…λ ₯ν•œ μ‚¬μš©μžκ°€ λ¦¬μŠ€νŠΈμ— μžˆμ„ 경우 λ‹Ήμ²¨μžλ‘œ ν‘œμ‹œλ©λ‹ˆλ‹€. -FacebookContestWinner.comment(3, [123, 456, 789]); +FacebookContestWinner.share(3, [123, 456, 789]); ``` #### πŸ“œ λͺ¨λ“  λŒ“κΈ€ μžλ™ 보기 (μ˜΅μ…˜)