Skip to content

Commit

Permalink
Update README.md and generate_readme.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jun 17, 2021
1 parent aa3e367 commit d3a6526
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:
git config --global user.email "www.kentaro.wada@gmail.com"
git config --global user.name "Kentaro Wada"
git add examples/.readme README.md
git diff-index --cached --quiet HEAD || git commit -m "Update README.md & examples/.readme"
git diff-index --cached --quiet HEAD || git commit -m "Update README.md and examples/.readme"
git push origin master
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<br/>

<div align="center">
<img src=".readme/getting_started.jpg" width="75%">
<img src=".readme/getting_started.jpg" width="95%">
</div>

## Installation
Expand Down
2 changes: 1 addition & 1 deletion generate_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def main():
<br/>
<div align="center">
<img src=".readme/getting_started.jpg" width="75%">
<img src=".readme/getting_started.jpg" width="95%">
</div>
## Installation
Expand Down

0 comments on commit d3a6526

Please sign in to comment.