From 8ab424c8050d1223e23bb243a06216fb837007ea Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 3 Mar 2024 11:29:20 -0700 Subject: [PATCH] README.md: move badges to their own line There are too many of them to fit inline --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8879cd..cf952e2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# RustCrypto: Universal Hash Functions ![Rust Version][rustc-image] [![dependency status][deps-image]][deps-link] [![HAZMAT][hazmat-image]][hazmat-link] +# RustCrypto: Universal Hash Functions + +![Rust Version][rustc-image] +[![dependency status][deps-image]][deps-link] +[![HAZMAT][hazmat-image]][hazmat-link] Collection of [Universal Hash Functions][1] written in pure Rust.