aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-07-15 17:57:30 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-07-15 18:05:50 +0100
commit6e0b9525916b59e6053ec4dc2cb1b0e96c55afcb (patch)
tree77a715a2691e18f7ff1ec2a5ee7c576d4fd75747
parent1b87d1818343277ad4a5f5cddaba6791e2c8ef78 (diff)
downloadpack-6e0b9525916b59e6053ec4dc2cb1b0e96c55afcb.tar.gz
pack-6e0b9525916b59e6053ec4dc2cb1b0e96c55afcb.tar.xz
pack-6e0b9525916b59e6053ec4dc2cb1b0e96c55afcb.zip
README fix list indentation
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index c17624e..7e19bdf 100644
--- a/README.md
+++ b/README.md
@@ -6,18 +6,18 @@ Pack is a simple serialisation and deserialisation library for C.
Dependencies
------------
-- A redo implementation.
- - <http://news.dieweltistgarnichtso.net/bin/redo-sh.html> Tested building and
- development. Slightly overzealous rebuilds. Performance issues with
- jobserver.
- - <https://jdebp.uk/Softwares/redo/> Tested building and development. Bugs
- with jobserver.
- - <https://github.com/apenwarr/redo> Tested for building. May have some bugs
- when used for development.
- - <https://github.com/leahneukirchen/redo-c/> Tested for building. Overzealous
- rebuilds but generally very fast.
-- A relatively recent copy of bash and some other core utilities.
-- A C compiler with C11 support.
+- A redo implementation.
+ - <http://news.dieweltistgarnichtso.net/bin/redo-sh.html> Tested building
+ and development. Slightly overzealous rebuilds. Performance issues with
+ jobserver.
+ - <https://jdebp.uk/Softwares/redo/> Tested building and development. Bugs
+ with jobserver.
+ - <https://github.com/apenwarr/redo> Tested for building. May have some
+ bugs when used for development.
+ - <https://github.com/leahneukirchen/redo-c/> Tested for building.
+ Overzealous rebuilds but generally very fast.
+- A relatively recent copy of bash and some other core utilities.
+- A C compiler with C11 support.
Compilation
-----------