diff --git a/README.md b/README.md index fb5c4c1..2742c22 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ For more control, you can subscribe to the stream directly: 1. Initialize the sensor and specify the desired update interval during `initState`: ```dart - late final StreamSubscription orientationSubscription; + late final StreamSubscription orientationSubscription; @override void initState() {