Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed a typo in readme
  • Loading branch information
wawesomeNOGUI authored and lherman-cs committed Jan 13, 2021
1 parent a359005 commit 7ce935e
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 @@ -87,7 +87,7 @@ func main() {
| Microphone | ✔️ | ✔️ | ✔️ |
| Screen | ✔️ | ✔️ | ✔️ |

By default, there's no media input registered. This decision was made to allow you to pay what you need. Therefore, you need to import the associated packages for the media inputs. For example, if you want to use a camera, you need to import the camera package as a side effect:
By default, there's no media input registered. This decision was made to allow you to play only what you need. Therefore, you need to import the associated packages for the media inputs. For example, if you want to use a camera, you need to import the camera package as a side effect:

```go
import (
Expand Down

0 comments on commit 7ce935e

Please sign in to comment.