From e448ecdff88ded7304ba7bb308b0fc114e0f3639 Mon Sep 17 00:00:00 2001 From: olly Date: Wed, 2 Jan 2019 11:39:46 +0000 Subject: [PATCH] Remove stray word PiperOrigin-RevId: 227500707 --- extensions/rtmp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/rtmp/README.md b/extensions/rtmp/README.md index b222bdabd9..3863dff965 100644 --- a/extensions/rtmp/README.md +++ b/extensions/rtmp/README.md @@ -39,7 +39,7 @@ either instantiated and injected from application code, or obtained from instances of `DataSource.Factory` that are instantiated and injected from application code. -`DefaultDataSource` will automatically use uses the RTMP extension whenever it's +`DefaultDataSource` will automatically use the RTMP extension whenever it's available. Hence if your application is using `DefaultDataSource` or `DefaultDataSourceFactory`, adding support for RTMP streams is as simple as adding a dependency to the RTMP extension as described above. No changes to your