From 0187f43e67c39a47aeab40f99e4bba9a7ffe5fee Mon Sep 17 00:00:00 2001 From: Frank Schnicke <77283144+FrankSchnicke@users.noreply.github.com> Date: Mon, 9 Oct 2023 13:35:14 +0200 Subject: [PATCH] Update README.md --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 0db966e83..ac20229b0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -20,11 +20,11 @@ As of right now you have to register all Asset Administration Shells on your own You can use the following endpoints to register Asset Administration Shells which are included in the usage example: ```bash -http://localhost:1500/shells/aHR0cHM6Ly9odHctYmVybGluLmRlL2lkcy9hYXMvZGVtb2Fhc3Yz +http://localhost:8081/shells/aHR0cHM6Ly9odHctYmVybGluLmRlL2lkcy9hYXMvZGVtb2Fhc3Yz ``` ```bash -http://localhost:1500/shells/aHR0cHM6Ly9leGFtcGxlLmNvbS9pZHMvc20vMjQxMV83MTYwXzAxMzJfNDUyMw== +http://localhost:8081/shells/aHR0cHM6Ly9leGFtcGxlLmNvbS9pZHMvc20vMjQxMV83MTYwXzAxMzJfNDUyMw== ``` ![alt text](RegisterAAS.png "Register Asset Administration Shells")