diff --git a/README.md b/README.md
index a595647f..6e23c8de 100644
--- a/README.md
+++ b/README.md
@@ -258,13 +258,13 @@ execute a command on each change, or get a stdio stream of change events.
 
 ## Changelog
 
-* **v4 (Aug 27, 2024):** Remove glob support and bundled fsevents: decrease dependency count from 13 to 2. Rewrite in typescript. Bumps minimum node.js requirement to v14+
+- **v4 (Aug 27, 2024):** Remove glob support and bundled fsevents: decrease dependency count from 13 to 2. Rewrite in typescript. Bumps minimum node.js requirement to v14+
 - **v3 (Apr 30, 2019):** massive CPU & RAM consumption improvements; reduces deps / package size by a factor of 17x and bumps Node.js requirement to v8.16+.
 - **v2 (Dec 29, 2017):** Globs are now posix-style-only; without windows support. Tons of bugfixes.
 - **v1 (Apr 7, 2015):** Glob support, symlink support, tons of bugfixes. Node 0.8+ is supported
 - **v0.1 (Apr 20, 2012):** Initial release, extracted from [Brunch](https://github.com/brunch/brunch/blob/9847a065aea300da99bd0753f90354cde9de1261/src/helpers.coffee#L66)
 
-See [`.github/full_changelog.md`](.github/full_changelog.md) for details.
+Details in [`.github/full_changelog.md`](.github/full_changelog.md).
 
 ## Also