diff --git a/basyx.aasregistry/basyx.aasregistry-client-native/README.md b/basyx.aasregistry/basyx.aasregistry-client-native/README.md index 6cfdbe598..35d4e5d49 100644 --- a/basyx.aasregistry/basyx.aasregistry-client-native/README.md +++ b/basyx.aasregistry/basyx.aasregistry-client-native/README.md @@ -5,7 +5,7 @@ This is the generated java openAPI client (based on native java with jackson par To use the client in your maven projects define the following dependency: ```xml - org.eclipse.digitaltwin.basyx.aasregistry + org.eclipse.digitaltwin.basyx basyx.aasregistry-client-native ``` @@ -13,7 +13,7 @@ To use the client in your maven projects define the following dependency: If you also want to use the search API we highly recommend that you also include the search path builder class: ```xml - dorg.eclipse.digitaltwin.basyx.aasregistry + org.eclipse.digitaltwin.basyx basyx.aasregistry-paths ```