[camera] Improve Windows README (#6118)
diff --git a/packages/camera/camera_windows/README.md b/packages/camera/camera_windows/README.md
index dc27bcc..4b66ad3 100644
--- a/packages/camera/camera_windows/README.md
+++ b/packages/camera/camera_windows/README.md
@@ -10,8 +10,10 @@
### Depend on the package
This package is not an [endorsed][endorsed-federated-plugin]
-implementation of the [`camera`][camera] plugin, so you'll need to
-[add it explicitly][install].
+implementation of the [`camera`][camera] plugin, so in addition to depending
+on [`camera`][camera] you'll need to
+[add `camera_windows` to your pubspec.yaml explicitly][install].
+Once you do, you can use the [`camera`][camera] APIs as you normally would.
## Missing features on the Windows platform
@@ -63,4 +65,4 @@
[install]: https://pub.dev/packages/camera_windows/install
[camera-control-issue]: https://github.com/flutter/flutter/issues/97537
[device-orientation-issue]: https://github.com/flutter/flutter/issues/97540
-[image-streams-issue]: https://github.com/flutter/flutter/issues/97542
\ No newline at end of file
+[image-streams-issue]: https://github.com/flutter/flutter/issues/97542