diff --git a/README.md b/README.md index 2fa7af2bd51..ddab21231a4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,28 @@
+
+ + Tests status + + + Coverage + + + Discord chat + + + Version + + + License + +

Contribute • @@ -42,7 +64,8 @@ where the main concepts and decisions are captured as [decision records](docs/de Some more documentation can be found at [extensions](extensions/), [launchers](launchers/) and [samples](samples/). -For detailed information about the whole project, please take a look at our [GitHub pages](https://eclipse-dataspaceconnector.github.io/docs). +For detailed information about the whole project, please take a look at +our [GitHub pages](https://eclipse-dataspaceconnector.github.io/docs). ## Getting Started @@ -191,7 +214,8 @@ Launchers are essentially connector packages that are runnable. What modules get capabilities a connector has) is defined by the `build.gradle.kts` file inside the launcher subdirectory. That's also where a Java class containing a `main` method should go. We will call that class a "runtime" and in order for the connector to become operational the `runtime` needs to perform several important tasks (="bootstrapping"). For an -example take a look at [this runtime](samples/other/custom-runtime/src/main/java/org/eclipse/edc/sample/runtime/CustomRuntime.java) +example take a look +at [this runtime](samples/other/custom-runtime/src/main/java/org/eclipse/edc/sample/runtime/CustomRuntime.java) ### `resources/charts`