Skip to content

Commit 891d602

Browse files
committed
howto.md, README.md: Update the image
Signed-off-by: Ce Gao <ce.gao@outlook.com>
1 parent 28f63c1 commit 891d602

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

docs/howto.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ See [the demo in vimeo :)](https://vimeo.com/207571123)
2020
* Run `./scripts/generate-ant-file.sh` to get a valid build.xml
2121
* Run `ant install`, you will get a mode in `processing/modes`.
2222

23-
<img src="./img/editor.png" width="600">
23+
<div align="center">
24+
<img src="./img/editor.png" alt="Editor" width="500">
25+
</div>
2426

25-
<img src="./img/demo.gif" width="600">
27+
<div align="center">
28+
<img src="./img/demo.gif" alt="Demo" width="300">
29+
</div>
2630

2731
### Runner.jar
2832

@@ -42,4 +46,6 @@ processing$line(posAX, posAY, posBX, posBY)
4246

4347
The output is:
4448

45-
<img src="./img/demo.png" height="200">
49+
<div align="center">
50+
<img src="./img/demo.png" alt="Output" width="100">
51+
</div>

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ See [the documentation about the installation](./docs/howto.md).
1919

2020
## Feature Preview
2121

22-
<img src="./docs/img/editor.png" width="500">
22+
<div align="center">
23+
<img src="./docs/img/editor.png" alt="Editor" width="500">
24+
</div>
2325

24-
<img src="./docs/img/demo.gif" width="500">
26+
<div align="center">
27+
<img src="./docs/img/demo.gif" alt="Demo" width="300">
28+
</div>
2529

2630
## Useful Resources for Development
2731

0 commit comments

Comments
 (0)