From 6d4ed3931d71b4989038358c7d0a51cbed954da1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20T=C3=BCxen?= <tuexen@fh-muenster.de>
Date: Sat, 2 May 2015 09:43:37 +0200
Subject: [PATCH] Update README.md

---
 README.md | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index b769a009..258ffa75 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,5 @@
 # packetdrill
-A fork of (packetdrill)[https://code.google.com/p/packetdrill/] with support for
-* UDPLite
-* SCTP
+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).
+* 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.
-
-It will initially support:
-* (RFC 4960)[https://tools.ietf.org/html/rfc4960]
-* (RFC 7053)[https://tools.ietf.org/html/rfc7053]
-- 
GitLab