You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ end
25
25
26
26
## Getting started
27
27
28
-
To get started with using Elixir WebRTC, checkout out:
29
-
* the [examples directory](https://github.com/elixir-webrtc/ex_webrtc/tree/master/examples)which contains a bunch of very simple usage examples of the library
30
-
* the [`apps` repo](https://github.com/elixir-webrtc/apps) with example applications built on top of Elixir WebRTC
28
+
To get started with Elixir WebRTC, check out:
29
+
* the [examples directory](https://github.com/elixir-webrtc/ex_webrtc/tree/master/examples)that contains a bunch of very simple usage examples of the library
30
+
* the [`apps` repo](https://github.com/elixir-webrtc/apps) with example applications built on top of `ex_webrtc`
31
31
* the [documentation](https://hexdocs.pm/ex_webrtc/readme.html), especially the [`PeerConnection` module page](https://hexdocs.pm/ex_webrtc/ExWebRTC.PeerConnection.html)
32
32
33
33
If you have any questions, ideas or topics to discuss about Elixir WebRTC, head to the [discussions page](https://github.com/orgs/elixir-webrtc/discussions).
0 commit comments