Skip to content

Commit 2d39784

Browse files
authored
Update README.md
1 parent 1ef1822 commit 2d39784

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,28 +42,28 @@ The following table lists parameters to be set.
4242

4343
## Sample Code
4444

45-
### 1 Send an Android data message.
45+
#### 1. Send an Android data message.
4646
Code location: examples/sendDataMessage.java
4747

48-
### 2 Send an Android notification message.
48+
#### 2. Send an Android notification message.
4949
Code location: examples/sendNotifyMessage.java
5050

51-
### 3 Send a message by topic.
51+
#### 3. Send a message by topic.
5252
Code location: examples/sendTopicMessage.java
5353

54-
### 4 Send a message by conditions.
54+
#### 4. Send a message by conditions.
5555
Code location: examples/sendConditionMessage.java
5656

57-
### 5 Send a message to a Huawei quick app.
57+
#### 5. Send a message to a Huawei quick app.
5858
Code location: examples/sendInstanceAppMessage.java
5959

60-
### 6 Send a message through the WebPush agent.
60+
#### 6. Send a message through the WebPush agent.
6161
Code location: examples/sendWebpushMessage.java
6262

63-
### 7 Send a message through the APNs agent.
63+
#### 7. Send a message through the APNs agent.
6464
Code location: examples/sendApnsMessage.java
6565

66-
### 8 Send a test message.
66+
#### 8. Send a test message.
6767
Code location: examples/sendTestMessage.java
6868

6969
## Question or issues

0 commit comments

Comments
 (0)