diff --git a/Examples/BookingSystem.AspNetCore/Settings/EngineConfig.cs b/Examples/BookingSystem.AspNetCore/Settings/EngineConfig.cs index 70ab090c..3d5b28f0 100644 --- a/Examples/BookingSystem.AspNetCore/Settings/EngineConfig.cs +++ b/Examples/BookingSystem.AspNetCore/Settings/EngineConfig.cs @@ -202,9 +202,9 @@ public static StoreBookingEngine CreateStoreBookingEngine(AppSettings appSetting DatasetDiscussionUrl = "https://github.com/openactive/OpenActive.Server.NET/issues".ParseUrlOrNull(), DatasetDocumentationUrl = "https://developer.openactive.io/".ParseUrlOrNull(), DatasetLanguages = new List { "en-GB" }, - OrganisationName = "Example", + OrganisationName = "OpenActive Reference Implementation", OrganisationUrl = "https://www.example.com/".ParseUrlOrNull(), - OrganisationLegalEntity = "Example", + OrganisationLegalEntity = "OpenActive Reference Implementation", OrganisationPlainTextDescription = "The Reference Implementation provides an example of an full conformant implementation of the OpenActive specifications.", OrganisationLogoUrl = $"{appSettings.ApplicationHostBaseUrl}/images/placeholder-logo.png".ParseUrlOrNull(), OrganisationEmail = "hello@example.com",