From 70a8bbc64c72d9af50206075dafaea0ac18e99cb Mon Sep 17 00:00:00 2001 From: JacobZwang <59858341+JacobZwang@users.noreply.github.com> Date: Fri, 3 Jul 2020 01:24:10 -0700 Subject: [PATCH] Fix grammatical errors Update examples/README.md --- README.md | 1 + examples/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2628e73aaf4..7e5986b102c 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ Check out the **[contributing wiki](https://github.com/pion/webrtc/wiki/Contribu * [Nick Mykins](https://github.com/nmyk) * [Jason Brady](https://github.com/jbrady42) * [krishna chiatanya](https://github.com/kittuov) +* [JacobZwang](https://github.com/JacobZwang) ### License MIT License - see [LICENSE](LICENSE) for full text diff --git a/examples/README.md b/examples/README.md index 45133803304..5036331b152 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,7 +2,7 @@ Examples -We've build an extensive collection of examples covering common use-cases. You can modify and extend these examples to quickly get started. +We've built an extensive collection of examples covering common use-cases. You can modify and extend these examples to get started quickly. For more full featured examples that use 3rd party libraries see our **[example-webrtc-applications](https://github.com/pion/example-webrtc-applications)** repo.