aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-08-27 12:53:19 +0200
committerGitHub <noreply@github.com>2019-08-27 12:53:19 +0200
commitfa12d5da72b5bf6c136ee8d922ffab4621ad1103 (patch)
tree16549e32f8a4be4cb3d253bd9e447ed457351531 /README.md
parent06df0eb09c24bba4d2f3051534239a3a9d967fbd (diff)
downloadgit-bug-fa12d5da72b5bf6c136ee8d922ffab4621ad1103.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0c1f4fcb..05181246 100644
--- a/README.md
+++ b/README.md
@@ -105,8 +105,13 @@ An interactive terminal UI is available using the command `git bug termui` to br
You can launch a rich Web UI with `git bug webui`.
-![Web UI screenshot 1](misc/webui1.png)
-![Web UI screenshot 2](misc/webui2.png)
+<p align="center">
+ <img src="misc/webui1.png" alt="Web UI screenshot 1" width="738">
+</p>
+
+<p align="center">
+ <img src="misc/webui2.png" alt="Web UI screenshot 2" width="738">
+</p>
This web UI is entirely packed inside the same go binary and serve static content through a localhost http server.