From 42b9e11e352898e32591cff0b96bb3386f787f57 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Sat, 7 Nov 2020 19:01:24 +0100 Subject: [PATCH] update readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f90f05d0..7bf54a64 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,10 @@ RTSP 1.0 client and server library for the Go programming language, written for [rtsp-simple-server](https://github.com/aler9/rtsp-simple-server). Features: -* Read streams with TCP or UDP -* Publish streams with TCP or UDP -* Provides primitives -* Provides a class for building clients (`ConnClient`) -* Provides a class for building servers (`ConnServer`) +* Read streams from servers with TCP or UDP +* Publish streams to servers with TCP or UDP +* Build servers +* Provides most methods and primitives of the protocol ## Examples