diff --git a/README.md b/README.md index 95aba462..c031ec6e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This repo contains the following samples: - [LocationUpdates](https://github.com/android/location-samples/tree/main/LocationUpdates) (Java) - Get updates about a device's location. -- [LocationUpdatesBackgroundKotlin](https://github.com/android/location-samples/tree/main/LocationUpdatesBackgroundKotlin) (Kotlin) - Demonstrates the correct way to retrieve location updates in the background. +- [LocationUpdatesBackgroundKotlin](https://github.com/android/location-samples/tree/main/LocationUpdatesBa) (Kotlin) - Demonstrates the correct way to retrieve location updates in the background. - [LocationUpdatesForegroundService](https://github.com/android/location-samples/tree/main/LocationUpdatesForegroundService) (Java) - Get updates about a device's location using a bound and started foreground service.