From 4642ea39a68817c571b9aedf78989acc82fa38c2 Mon Sep 17 00:00:00 2001 From: silt Date: Sat, 30 Sep 2023 06:29:20 -0400 Subject: [PATCH] fix readme formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03af071..058d8c6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A mildly more performant Rust reimplementation of [vanity-age](https://github.com/6e6f61/vanity-age). -# Installation +## Installation ```sh git clone https://git.tebibyte.media/silt/vanity-rage.git @@ -13,6 +13,6 @@ target/release/vanity-rage query ``` -# Query Syntax +## Query Syntax A query is just a normal glob, nothing to see here. Take a look at [glob-match](https://github.com/devongovett/glob-match)'s README for more info.