From f47f36704541024ef5e3b99d3e3c0073c2e64254 Mon Sep 17 00:00:00 2001 From: SEK1RO Date: Sat, 21 Sep 2024 22:41:34 +0300 Subject: [PATCH] fix(README.md): styles --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8dafbf5..d57bb00 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ - +

-

c++ encoding/decoding from arbitrary base

+

c++ encoding/decoding from arbitrary base

-
+

Packaging status latest packaged version(s) -

+

--- ## Contents -[Installation](#installation) -[Contributing](#contributing) +- [Installation](#installation) +- [Contributing](#contributing) --- @@ -38,7 +38,7 @@ For build with with debug flags: ``` make -j $(nproc) DEBUG= ``` -For build tests: +For build tests (needed gtest package as dependency): ``` make tests -j $(nproc) DEBUG= ``` @@ -60,4 +60,4 @@ Now we would like to implement the following features: --- -[:arrow_up:Contents](#contents) \ No newline at end of file +[:arrow_up:Contents](#contents)