Fix a typo in DESIGN.md

I believe this would read more naturally.
This commit is contained in:
박종훈 2020-07-16 17:08:51 +09:00 committed by Sean DuBois
parent a2475c1952
commit 04d3f05a4a
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<h1 align="center">
Design
</h1>
WebRTC is a powerful, but complicated technology. You can build amazing things with it comes with a steep learning curve though.
WebRTC is a powerful, but complicated technology you can build amazing things with, it comes with a steep learning curve though.
Using WebRTC in the browser is easy, but outside the browser is more of a challenge. There are multiple libraries, and they all have
varying levels of quality. Most are also difficult to build, and depend on libraries that aren't available in repos or portable.

View File

@ -181,6 +181,7 @@ Check out the **[contributing wiki](https://github.com/pion/webrtc/wiki/Contribu
* [Jason Brady](https://github.com/jbrady42)
* [krishna chiatanya](https://github.com/kittuov)
* [JacobZwang](https://github.com/JacobZwang)
* [박종훈](https://github.com/JonghunBok)
### License
MIT License - see [LICENSE](LICENSE) for full text