Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaerae committed Aug 14, 2018
1 parent 77f509b commit 51ca8c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions readme-en.md
Expand Up @@ -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: <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>J</kbd> / macOS: <kbd>Cmd</kbd> + <kbd>Opt</kbd> + <kbd>J</kbd>)
3. Open the Console in browser. (Windows or Linux: <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>J</kbd> / macOS: <kbd>Cmd</kbd> + <kbd>Opt</kbd> + <kbd>J</kbd>)
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).
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion readme-ko.md
Expand Up @@ -40,7 +40,7 @@ FacebookContestWinner.share(3);

// 당첨자 수와 페이스북 사용자 고유 번호를 넣어서 실행하세요.
// 페이스북 사용자 고유 번호를 넣으면, 입력한 사용자가 리스트에 있을 경우 당첨자로 표시됩니다.
FacebookContestWinner.comment(3, [123, 456, 789]);
FacebookContestWinner.share(3, [123, 456, 789]);
```

#### 📜 모든 댓글 자동 보기 (옵션)
Expand Down

0 comments on commit 51ca8c2

Please sign in to comment.