Skip to content

Commit 4570ed4

Browse files
committed
revise readme
1 parent 7eeede2 commit 4570ed4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You Can Use The Latest Version:[![](https://jitpack.io/v/CPPAlien/ChatKeyboard
3434

3535
### How to use
3636

37-
##### 1, ChatKeyboardLayout
37+
#### 1, ChatKeyboardLayout
3838

3939
make your layout get keyboard ability.
4040

@@ -55,7 +55,7 @@ make your layout get keyboard ability.
5555

5656

5757

58-
##### 2, Style and Custom
58+
#### 2, Style and Custom
5959

6060
There are three styles you can set.
6161

@@ -79,7 +79,7 @@ There are also some attributes you can custom the icons.
7979

8080

8181

82-
##### 3, Emoticons and Stickers
82+
#### 3, Emoticons and Stickers
8383

8484
```java
8585
if (!ChatKeyboardLayout.isEmoticonInitSuccess(this)) {
@@ -93,7 +93,7 @@ if (!ChatKeyboardLayout.isEmoticonInitSuccess(this)) {
9393

9494

9595

96-
##### 4, Keyboard Listener
96+
#### 4, Keyboard Listener
9797

9898
```java
9999
public interface OnChatKeyBoardListener {

0 commit comments

Comments
 (0)