Skip to content

Commit 59625e1

Browse files
author
Andy Ford
authored
Update README.md
1 parent fa6ff42 commit 59625e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ and
2121
then create an instance of it.
2222

2323
```c++
24-
#include "ECFMP/SDKFactory.h"
25-
#include "ECFMP/SDK.h"
24+
#include "ECFMP.h"
2625

2726
auto http = std::make_shared<MyHttpClient>();
2827
auto logger = std::make_shared<MyLogger>();
@@ -59,7 +58,8 @@ ecfmp.EventBus().Subscribe<ECFMP::Plugin::FlowMeasureActivatedEvent>(eventListen
5958
You can test your integration by making use of the mocks provided by the SDK. These mocks will allow you to simulate
6059
events that would be sent by the ECFMP SDK.
6160

62-
You can find the mocks in `include/mock`.
61+
You can find the mocks in `include/mock`, just be sure to include the main include `ECFMP.h` as well as the mocks
62+
header `ecfmp-sdk-mock.h`.
6363

6464
## Known Limitations
6565

0 commit comments

Comments
 (0)