diff --git a/README.md b/README.md index 6f1da2c3..534eca83 100644 --- a/README.md +++ b/README.md @@ -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 (