mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-25 05:20:46 +08:00
Update README.md
This commit is contained in:
15
README.md
15
README.md
@@ -40,11 +40,16 @@ go run cmd/main/main.go -u
|
|||||||
```
|
```
|
||||||
And you will see two files generated under `pwd` with the same contents as below.
|
And you will see two files generated under `pwd` with the same contents as below.
|
||||||
|
|
||||||
|
<table>
|
||||||
<center>
|
<tr>
|
||||||
<img width="566" alt="p1" src="https://user-images.githubusercontent.com/41315874/223348099-4a6099d2-0fec-4e13-92a7-152c00bc6f6b.png">
|
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/223348099-4a6099d2-0fec-4e13-92a7-152c00bc6f6b.png"></td>
|
||||||
<img width="566" alt="p2" src="https://user-images.githubusercontent.com/41315874/223348157-a66fee27-313c-4fdb-b17d-b45032accdbd.png">
|
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/223349486-e78ac0f1-c879-4888-9110-ea4db2590241.png"></td>
|
||||||
</center>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="center">p1</td>
|
||||||
|
<td align="center">p2</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
## Use Package in your Project
|
## Use Package in your Project
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user