[camera] Improve Windows README (#6118)

diff --git a/packages/camera/camera_windows/CHANGELOG.md b/packages/camera/camera_windows/CHANGELOG.md
index f84e442..6883b55 100644
--- a/packages/camera/camera_windows/CHANGELOG.md
+++ b/packages/camera/camera_windows/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.1.0+3
+
+* Updates the README to better explain how to use the unendorsed package.
+
 ## 0.1.0+2
 
 * Updates references to the obsolete master branch.
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
diff --git a/packages/camera/camera_windows/pubspec.yaml b/packages/camera/camera_windows/pubspec.yaml
index b519668..055313b 100644
--- a/packages/camera/camera_windows/pubspec.yaml
+++ b/packages/camera/camera_windows/pubspec.yaml
@@ -2,7 +2,7 @@
 description: A Flutter plugin for getting information about and controlling the camera on Windows.
 repository: https://github.com/flutter/plugins/tree/main/packages/camera/camera_windows
 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
-version: 0.1.0+2
+version: 0.1.0+3
 
 environment:
   sdk: ">=2.12.0 <3.0.0"