diff --git a/CHANGELOG b/CHANGELOG
index 46ea28a4e3b3718f0250f187620756caf6398ec7..511cfd1c0fe7ca2f2a479db8e2f4cac7d20460ec 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,7 +3,7 @@ libseccomp: Releases
 https://github.com/seccomp/libseccomp
 
 * Version 2.5.5 - December 1, 2023
-* Update the syscall table for Linux v6.7-rc3
+- Update the syscall table for Linux v6.7-rc3
 
 * Version 2.5.4 - April 21, 2022
 - Update the syscall table for Linux v5.17
diff --git a/README.md b/README.md
index b5e822051c75a4754fdd598428fa3b1e721a9fb9..b2136658ca010f0d328fd69d5b5568eb66ec99b5 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ https://github.com/seccomp/libseccomp
 
 [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/608/badge)](https://bestpractices.coreinfrastructure.org/projects/608)
 [![Build Status](https://github.com/seccomp/libseccomp/actions/workflows/continuous-integration.yml/badge.svg?branch=main)](https://github.com/seccomp/libseccomp/actions)
-[![Coverage Status](https://img.shields.io/coveralls/github/seccomp/libseccomp/main.svg)](https://coveralls.io/github/seccomp/libseccomp?branch=main)
 [![CodeQL Analysis](https://github.com/seccomp/libseccomp/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/seccomp/libseccomp/actions)
+[![Coverage Status](https://img.shields.io/coveralls/github/seccomp/libseccomp/main.svg)](https://coveralls.io/github/seccomp/libseccomp?branch=main)
 
 The libseccomp library provides an easy to use, platform independent, interface
 to the Linux Kernel's syscall filtering mechanism.  The libseccomp API is