diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-08-07 20:53:58 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-08-07 20:53:58 -0300 |
commit | 1d8ebafac4d6a7d32b183f7ca60cafe2d8452052 (patch) | |
tree | 142d31abe4605dcfcb5025a41fbb179667eac7cd | |
parent | 044a46bb3b86ee5dcd368929d5da2f4f44806e04 (diff) | |
download | libtuberia-1d8ebafac4d6a7d32b183f7ca60cafe2d8452052.tar.gz |
fix markdown list
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |