Skip to content

Commit 6641fc4

Browse files
committed
Formatting.
1 parent 048de84 commit 6641fc4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
<img src="https://raw.githubusercontent.com/kern/hackbot/master/resources/logo.png" alt="hackbot" width="360" />
22

3-
Hackbot adds features to Facebook Groups through automation.
3+
*Hackbot adds features to Facebook Groups through automation.*
44

5-
An instance of hackbot is running on [Hackathon Hackers](https://facebook.com/groups/hackathonhackers).
5+
An instance of Hackbot is running on [Hackathon Hackers](https://facebook.com/groups/hackathonhackers).
66

77
## Installation
88

9-
### 1. Get a Facebook access token
9+
### 1. Install Hackbot
10+
11+
$ npm install -g hackbot
12+
13+
### 2. Get your long-lived Facebook access token
1014

1115
You'll need to set a few configuration options before using the hackbot in
1216
`config.json`. Add your Facebook Group ID, the refresh rate in milliseconds,
@@ -43,17 +47,13 @@ web-based flow][oauth-issue].
4347
[explorer]: https://developers.facebook.com/tools/explorer/
4448
[oauth-issue]: https://github.com/kern/hackbot/issues/6
4549

46-
### 2. Collect the Graph IDs of your group's moderators
50+
### 3. Collect the Graph IDs of your group's moderators
4751

4852
You can use the [Graph API Explorer][explorer] to find the numeric Graph API
4953
IDs of your group's moderators.
5054

5155
[explorer]: https://developers.facebook.com/tools/explorer/
5256

53-
### 3. Install Hackbot
54-
55-
$ npm install -g hackbot
56-
5757
## Usage
5858

5959
There will be *much* better usage documentation coming soon, but here's how it works:

0 commit comments

Comments
 (0)