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 (#149)

Signed-off-by: Masatake Iwasaki <iwasakims@gmail.com>
  • Loading branch information
iwasakims authored Nov 13, 2023
1 parent e9e41d5 commit d4ea6ec
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 d4ea6ec

Please sign in to comment.