Skip to content

Commit 6c4e1be

Browse files
committed
Edit README
1 parent 1e55f12 commit 6c4e1be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -68,40 +68,40 @@ MONGO_PASSWORD=
6868
|**MONGO_PASSWORD** |The password of mongodb for access.|
6969

7070
# Launch the application
71-
### 1. Launch mongod
71+
##### 1. Launch mongod
7272
``` bash
7373
$ mongod
7474
```
75-
### 2. Launch Application
75+
##### 2. Launch Application
7676
The application setup SendGrid when first time launch. Also start the service to listen.
7777
``` bash
7878
$ RACK_ENV=production rackup -p 4567
7979
```
8080

8181
# Usage
8282

83-
### 1. Start a game
83+
##### 1. Start a game
8484
Player1 sends email to any address of PARSE_HOST domain.
8585
That subject include email address of player2.
8686
``` text
8787
8888
8989
```
9090

91-
### 2. Get an email and click it
91+
##### 2. Get an email and click it
9292
Player2 get an email like this.
9393
He(she) can click on the email where he(she) want to put disc.
9494
<img src="https://raw.githubusercontent.com/awwa/sendgrid-reversi/master/dev/board_html.png" width="450px" />
9595
After this, the each player get an email then click it.
9696

97-
### 3. Pass your turn
97+
##### 3. Pass your turn
9898
You can click 'Pass your turn' link under the board if you want to pass your turn.
9999

100-
### 4. Finish the game
100+
##### 4. Finish the game
101101
The game will finish in the case:
102102
* All cell was filled.
103103
* Each player continuously clicked the pass link.
104104

105-
### 5. text/plain part
105+
##### 5. text/plain part
106106
You can view text/plain version board email if your email client does not support html mail.
107107
<img src="https://raw.githubusercontent.com/awwa/sendgrid-reversi/master/dev/board_plain.png" width="450px" />

0 commit comments

Comments
 (0)