Skip to content

Commit bed9d95

Browse files
committed
Update docs
1 parent 00db1e5 commit bed9d95

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

doc/getting-started.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,14 @@ namespace MyProject
4949
}
5050
```
5151

52+
## Add Configuration File
53+
The [configuration](configuration.html) file should be called "IntegrationEngine.json" and its build action should be to "copy if newer."
54+
5255
## Create an Integration Job
5356

5457
```
5558
// MyIntegrationJob.cs
56-
using IntegrationEngine.Core.Jobs;
59+
using IntegrationEngine.Core.IntegrationJob;
5760
5861
namespace MyProject
5962
{

doc/integration-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ be done in a .NET application.
1313

1414
## Built-in Job Types
1515

16-
__InEngine.NET__ comes with a few built-in integration jobs, defined in _IntegrationEngine.Core.Jobs_, described below.
16+
__InEngine.NET__ comes with a few built-in integration jobs, defined in _IntegrationEngine.Core.IntegrationJob_, described below.
1717

1818
### Integration Job
1919

0 commit comments

Comments
 (0)