diff --git a/README.md b/README.md index 81fb08c..64efc44 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,8 @@ struct ContentView: View { var body: some View { FlyoverMap( - coordinate: .init( - latitude: 37.8023, - longitude: -122.4057 - ) + latitude: 37.3348, + longitude: -122.0090 ) }