aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2025-08-07 20:53:58 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2025-08-07 20:53:58 -0300
commit1d8ebafac4d6a7d32b183f7ca60cafe2d8452052 (patch)
tree142d31abe4605dcfcb5025a41fbb179667eac7cd
parent044a46bb3b86ee5dcd368929d5da2f4f44806e04 (diff)
downloadlibtuberia-1d8ebafac4d6a7d32b183f7ca60cafe2d8452052.tar.gz
fix markdown list
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 11ebbd4..33b2f2b 100644
--- a/README.md
+++ b/README.md
@@ -34,8 +34,9 @@ Each source, stage, and sink runs in a thread, reads from its input queue,
process the element, and writes the result to the output queue.
This project is available:
-* At my personal website: <https://ndato.com/projects/libtuberia/>
-* At Savannah: <https://savannah.nongnu.org/projects/libtuberia/>
+- At my personal website: <https://ndato.com/projects/libtuberia/>
+- At Savannah: <https://savannah.nongnu.org/projects/libtuberia/>
+
You can submit bugs at Savannah.
## Building, Compiling, Installing