diff --git a/README.md b/README.md index d28f494a..ed6c0d8c 100755 --- a/README.md +++ b/README.md @@ -1534,7 +1534,7 @@ iOS-specific methods can be called using the `WebStorageManager.instance().ios` ### WebRTC -To work with WebRTC, you need to request `camera` and `microphone` permissions, for example using the `permission_handler` flutter package: +To work with WebRTC, you need to request `camera` and `microphone` permissions, for example using the [permission_handler](https://pub.dev/packages/permission_handler) plugin: ```dart import 'package:permission_handler/permission_handler.dart';