From 46173ef924f6829df738b011db78e6f352095bcf Mon Sep 17 00:00:00 2001 From: Mike Hamer Date: Wed, 3 Feb 2021 16:25:52 -0500 Subject: [PATCH 1/2] Add initial readme info --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8bafba..5046c56 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# webrtc-swift \ No newline at end of file +# Bandwidth WebRTC Swift + +Bandwidth WebRTC Swift is an open-source implementation of [Bandwidth WebRTC](https://dev.bandwidth.com/webrtc/about.html) suitable for iOS devices. + +In order to take advantage of this package a Bandwidth account with WebRTC Audio and/or Video must be enabled. + +## Samples + +A number of samples which take advantage of Bandwidth WebRTC Swift may be found within [Bandwidth-Samples](https://github.com/Bandwidth-Samples). + +## Compatibility + +Bandwidth WebRTC Swift follows [SemVer 2.0.0](https://semver.org/#semantic-versioning-200). \ No newline at end of file From 431564543ea3b1ab3cfcf4d378d43f97c3dfbdd6 Mon Sep 17 00:00:00 2001 From: Mike Hamer Date: Wed, 3 Feb 2021 16:27:23 -0500 Subject: [PATCH 2/2] Change phrasing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5046c56..78ed8dc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ In order to take advantage of this package a Bandwidth account with WebRTC Audio ## Samples -A number of samples which take advantage of Bandwidth WebRTC Swift may be found within [Bandwidth-Samples](https://github.com/Bandwidth-Samples). +A number of samples using Bandwidth WebRTC Swift may be found within [Bandwidth-Samples](https://github.com/Bandwidth-Samples). ## Compatibility