From 2bc3c2e37ea3f7f94e0cb49b928727d5ad748e53 Mon Sep 17 00:00:00 2001 From: Michel Bagnol Date: Tue, 25 Feb 2020 19:34:35 +0100 Subject: [PATCH] (fix) ReadMe.md grammar mistake. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ebae69a..c1d1d12 100644 --- a/Readme.md +++ b/Readme.md @@ -34,7 +34,7 @@ As you can see from the MumbleClient's Program.cs creating a new client is very ## Work In Progress -The library nearly supports all non voice things that Mumble can do but for voice it supports only the [Opus](http://www.opus-codec.org/) encoded packets are supported (Opus is Mumble's primary codec). +The library nearly supports all non-voice things that Mumble can do. For voice it only supports [Opus](http://www.opus-codec.org/) encoded packets (Opus is Mumble's primary codec). ## Contributing