Skip to content

Commit

Permalink
fix broken README.m generator
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelreyna committed Jul 13, 2020
1 parent 0ed6feb commit 0b52798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<img src="https://github.com/raphaelreyna/goneshot/raw/master/goneshot_banner.png" width="744px" height="384px">

## oneshot

A single-fire first-come-first-serve HTTP server.
Expand Down
3 changes: 2 additions & 1 deletion release
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ NEW_VERSION=""
rm README.md
make README.md
## Add banner image to top of README.md
sed -i '1i <img src="https://github.com/raphaelreyna/goneshot/raw/master/goneshot_banner.png" width="744px" height="384px">' README.md
sed -i '1i <img src="https://github.com/raphaelreyna/goneshot/raw/master/goneshot_banner.png" width="744px" height="384px">\
' README.md
git add README.md


Expand Down

0 comments on commit 0b52798

Please sign in to comment.