Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Explicitly mentions v4 in Usage
  • Loading branch information
rob-deutsch authored and davidzhao committed Mar 2, 2024
1 parent 09a4f60 commit 45e3746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<br>

### Usage
[Go Modules](https://blog.golang.org/using-go-modules) are mandatory for using Pion WebRTC. So make sure you set `export GO111MODULE=on`, and explicitly specify `/v2` or `/v3` when importing.
[Go Modules](https://blog.golang.org/using-go-modules) are mandatory for using Pion WebRTC. So make sure you set `export GO111MODULE=on`, and explicitly specify `/v4` (or an earlier version) when importing.


**[example applications](examples/README.md)** contains code samples of common things people build with Pion WebRTC.
Expand Down

0 comments on commit 45e3746

Please sign in to comment.