From 2d29c2854f9935db6a32e1367a11651dc5590b5d Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 27 Jun 2023 19:11:30 -0400 Subject: [PATCH] and to & --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f211658..7b4118d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is my personal fork of [stagit](https://codemadness.org/stagit.html) which ## Dependencies - C compiler *(C99)* -- libc *(tested with OpenBSD, FreeBSD, NetBSD, Linux: glibc and musl)* +- libc *(tested with OpenBSD, FreeBSD, NetBSD, Linux: glibc & musl)* - [libgit2](https://github.com/libgit2/libgit2) *(v0.22+)* - [md4c](https://github.com/mity/md4c) *(v0.4.4+)* - POSIX make *(optional)*