Skip to content

Commit

Permalink
docs: fix invalid command line in the README of transfer-00-prerequis…
Browse files Browse the repository at this point in the history
…ites (eclipse-edc#149)

Signed-off-by: Masatake Iwasaki <[email protected]>
  • Loading branch information
iwasakims authored and majadlymhmd committed Nov 15, 2023
1 parent 94443a9 commit 927a56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transfer/transfer-00-prerequisites/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ Open a new terminal and execute:
```bash
curl -H 'Content-Type: application/json' \
-d @transfer/transfer-00-prerequisites/resources/dataplane/register-data-plane-provider.json \
-X POST "http://localhost:19193/management/v2/dataplanes" | -s | jq
-X POST "http://localhost:19193/management/v2/dataplanes" -s | jq
```

The connectors have been configured successfully and are ready to be used.

[Next Chapter](../transfer-01-negotiation/README.md)
[Next Chapter](../transfer-01-negotiation/README.md)

0 comments on commit 927a56f

Please sign in to comment.