aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-03-30 10:08:16 -0400
committerJack O'Connor <[email protected]>2020-03-30 10:13:41 -0400
commit27f3273d681812ff83cbac6ca66edd5b73fc68cd (patch)
tree919e0f4dbd0a70fa8413c892e5c389ffb4c53597 /README.md
parent6fbc1a679d31bb9aaede6685c802da387615876d (diff)
put the CI badge back down in the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 41f6653..8f23a2b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# <a href="https://github.com/BLAKE3-team/BLAKE3/actions"><img align="right" alt="CI status" src="https://github.com/BLAKE3-team/BLAKE3/workflows/tests/badge.svg"></a> <a href="#"><img src="media/BLAKE3.svg" alt="BLAKE3" height=50></a>
+# <a href="#"><img src="media/BLAKE3.svg" alt="BLAKE3" height=50></a>
BLAKE3 is a cryptographic hash function that is:
@@ -55,6 +55,8 @@ This repository is the official implementation of BLAKE3. It includes:
port that doesn't need multi-threading or SIMD optimizations, start
here.
+* [![Actions Status](https://github.com/BLAKE3-team/BLAKE3/workflows/tests/badge.svg)](https://github.com/BLAKE3-team/BLAKE3/actions)
+
BLAKE3 was designed by:
* [@oconnor663 ](https://github.com/oconnor663) (Jack O'Connor)