diff --git a/README.md b/README.md index cffc9d41..b4b6d370 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ the OWGW, you either need to [build it](#building) or use the [Docker version](# To build the microservice from source, please follow the instructions in [here](./BUILDING.md) ## Docker -To use the CLoudSDK deployment please follow [here](https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy) +To use the CloudSDK deployment please follow [here](https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy) #### Expected directory layout From the directory where your cloned source is, you will need to create the `certs`, `logs`, and `uploads` directories. diff --git a/src/VenueBroadcaster.h b/src/VenueBroadcaster.h index ac44d929..ab28c611 100644 --- a/src/VenueBroadcaster.h +++ b/src/VenueBroadcaster.h @@ -1,7 +1,6 @@ // // Created by stephane bourque on 2022-07-16. // - #pragma once #include "Poco/Notification.h" @@ -148,4 +147,4 @@ namespace OpenWifi { }; inline auto VenueBroadcaster() { return VenueBroadcaster::instance(); } -} // namespace OpenWifi \ No newline at end of file +} // namespace OpenWifi