Skip to content

Commit

Permalink
Update example README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-schmidt committed Dec 7, 2023
1 parent eff58b4 commit f9e67e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Example Use Case

The example use case starts two connectors with the edc4aas extension. The first connector is a provider of an AAS model
and the second connector is an example consumer which wants to retrieve data from the provider.
The example use case starts two connectors with the edc4aas extension and the client extension. The first connector is a provider of an AAS model and the second connector is an example consumer which wants to retrieve data from the provider.

The example has the following structure:

Expand All @@ -16,6 +15,7 @@ The example has the following structure:
- `dataspaceconnector-configuration.properties`: Debugging and quick testing of changes via `./gradlew run --debug-jvm`
command
- `docker-compose.yml`, `Dockerfile`: Docker files
- `README.md`: This README file

## Getting Started

Expand Down Expand Up @@ -153,7 +153,7 @@ __Important__:
## Running the Example (manual)


### Info: Manual data transfer example is outdated! Please refer to the edc samples repository
### Warning: Manual data transfer example is outdated! Please refer to the official EDC documentation!

Build the EDC with the extensions.

Expand Down

0 comments on commit f9e67e9

Please sign in to comment.