diff --git a/README.md b/README.md
index 258ffa75e52ebf54b9b8d7992ab062508097834b..afeb731768316d874c439c3e0aa7f7a21bef8830 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
 # packetdrill
-A fork of [packetdrill](https://code.google.com/p/packetdrill/) with support for
-* UDPLite as specified in [RFC 3828](https://tools.ietf.org/html/rfc3828).
+A fork of [packetdrill](https://code.google.com/p/packetdrill/) which adds support for
+* UDPLite as specified in [RFC 3828](https://tools.ietf.org/html/rfc3828)
 * SCTP as specified in [RFC 4960](https://tools.ietf.org/html/rfc4960) and [RFC 7053](https://tools.ietf.org/html/rfc7053)
-and bug fixes for FreeBSD.
+
+and generic bugfixes. This version especially fixes some bugs showing up when running packetdrill on FreeBSD.