Skip to content

Commit 4c34228

Browse files
committed
Update docs
1 parent f73ce55 commit 4c34228

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ currentMenu: home
44
---
55

66
## Why should you care?
7-
__InEngine.NET__ is a set of .NET packages that allows for the creation of a code-centric data integration and asynchronous job scheduling server.
7+
__InEngine.NET__ is a set of .NET packages that allow for the creation of a code-centric data integration and asynchronous job scheduling server.
88
Integration jobs are created in code, making them flexible and testable.
99

1010
Existing commercial data integration server products do not work in a way software developers are comfortable with.
1111
They provide a drag-and-drop GUI application for implementing a data integration.
1212
This sounds appealing, but such GUIs are often clunky and slow.
13-
Additionally, such products do not provide a testable way to build integrations and detect when they stop functioning.
14-
This is a major issue as data integrations are fragile by nature.
13+
Additionally, such products do not provide a testable way to build integrations and detect why they stop functioning.
14+
This is a serious issue as data integrations are fragile by nature.
1515

1616
In contrast, a developer would prefer fine-grained, programmatic access to the data they are querying, transforming, and persisting.
1717
A developer would also like to be able to test their integrations to ensure their continued operation.

0 commit comments

Comments
 (0)