Modify sme invoker to discover the endpoints by itself
[nonrtric.git] / sample-services / hello-world-sme-invoker / README.md
index 95822a7..be6cf1e 100644 (file)
@@ -1,6 +1,6 @@
 # Hello World Sme Invoker Service\r
 \r
-This repository contains a Spring Boot application serving few Hello World SME endpoints. \r
+This repository contains a Spring Boot application serving as Hello World SME invoker application.\r
 The application can be built and run using the provided script - ``hello-world-sme-invoker-build-start.sh``.\r
 \r
 ## Prerequisites\r
@@ -16,13 +16,7 @@ Run the script:
 \r
 The script will build a Docker image and run a container with the Hello World SME service. After the container starts,\r
 wait for a few seconds to ensure the Spring Boot application is fully initialized. Next, it will make an HTTP request to the\r
-Hello World SME endpoint and display the response:\r
-\r
-```bash\r
-  response=$(curl -s http://localhost:8080/helloworld/v1/sme)\r
-  echo "Response from the Hello World SME endpoint:"\r
-  echo "$response"\r
-```\r
+Hello World SME endpoint on the interval of 5 seconds and displays the response:\r
 \r
 To stop and remove the Docker container:\r
 \r
@@ -31,7 +25,3 @@ To stop and remove the Docker container:
   docker rm hello-world-sme-invoker\r
 ```\r
 \r
-## Additional Information\r
-\r
-- The Hello World SME endpoint is available at http://localhost:8080/helloworld/v1/sme.\r
-\r