diff options
| author | Alex Flint <[email protected]> | 2020-04-17 16:09:24 -0400 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2020-04-17 16:09:24 -0400 |
| commit | 7a71aa1b202bdf986320ae80ebbfa34b5262c52b (patch) | |
| tree | c252ad4cba86c55b5e47e2dac885aa81d261e372 | |
| parent | 388f831e681b9ba126162be68612735bd70200b2 (diff) | |
add banner image
| -rw-r--r-- | .github/banner.jpg | bin | 0 -> 10082 bytes | |||
| -rw-r--r-- | README.md | 7 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.github/banner.jpg b/.github/banner.jpg Binary files differnew file mode 100644 index 0000000..6fbf95c --- /dev/null +++ b/.github/banner.jpg @@ -1,4 +1,9 @@ -<h1 align="center"><br>go-arg</br></h1> +<h1 align="center"> + <img src="./.github/banner.jpg" alt="go-arg" height="250px"> + <br> + go-arg + </br> +</h1> <h4 align="center">Struct-based argument parsing for Go</h4> <p align="center"> <a href="https://sourcegraph.com/github.com/alexflint/go-arg?badge"><img src="https://sourcegraph.com/github.com/alexflint/go-arg/-/badge.svg" alt="Sourcegraph"></a> |
