diff --git a/README.md b/README.md
index 3c72b8b..c97be3c 100644
--- a/README.md
+++ b/README.md
@@ -30,12 +30,9 @@ Currently only the following APIs are integrated (both Android and iOS):
#### Add Dependency
-Clone this repo and add the following piece of code to your app's pubspec
-
-```yaml
-dependencies:
- flutter_cast_framework:
- path: ../flutter_cast_framework/ # the path depends on where you cloned this repo
+Run the following to add `flutter_cast_framework` to the dependencies:
+```shell
+flutter pub add flutter_cast_framework
```
### Android Setup
@@ -155,8 +152,9 @@ Next features to be developed:
* CC in Expanded Controls (iOS)
* Expanded Controls cosmetics (ad in progress bar, full screen, progress bar handle)
-* Title in MiniController and ExpandedControls (blocked because of a [pigeon issue](https://github.com/flutter/flutter/issues/93464))
+* Title in MiniController and ExpandedControls (blocked because of a [pigeon issue](https://github.com/flutter/flutter/issues/93464), but solved with a workaround)
* Handle queue
* Handle progress seek
* Understand if it is better to refactor using streams instead of listeners
-* Add tests
\ No newline at end of file
+* Add tests
+* Various glitches and cosmetic fixes
\ No newline at end of file
diff --git a/doc/api/__404error.html b/doc/api/__404error.html
index 8f9c0a6..74a62fb 100644
--- a/doc/api/__404error.html
+++ b/doc/api/__404error.html
@@ -30,7 +30,7 @@