Skip to content

Commit 76e835c

Browse files
authored
Update README.md
1 parent 59c5f2f commit 76e835c

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,28 @@ In [example folder](./example) there is simple workflow how to:
2828

2929
How it looks like you can see here
3030

31-
![default](doc/img.png)![messages](doc/messages.png)
32-
![error 1](doc/error_1.png) ![error 2](doc/error_2.png)
31+
<table align="Center">
32+
<tr>
33+
<td>Not init session</td>
34+
<td>Requested messages</td>
35+
</tr>
36+
<tr>
37+
<td><img src="doc/img.png" width=400 height=760></td>
38+
<td><img src="doc/messages.png" width=400 height=760></td>
39+
</tr>
40+
</table>
41+
42+
43+
<table align="Center">
44+
<tr>
45+
<td>Error getMessages (as session is null)</td>
46+
<td>Error sendMessage (as session is null)</td>
47+
</tr>
48+
<tr>
49+
<td><img src="doc/error_1.png" width=400 height=760></td>
50+
<td><img src="doc/error_2.png" width=400 height=760></td>
51+
</tr>
52+
</table>
3353

3454
![](doc/chat.png)
3555
## Usage

0 commit comments

Comments
 (0)