diff --git a/README.md b/README.md index c2f5fc7..73a25cc 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ Run the app and do a curl and check the log of the app. Example of results: - curl -v localhost:8085/helloB => Blocking call without roles allowed, is on eventloop: false -- curl -v localhost:8085/helloB => Blocking call with roles allowed, is on eventloop: true (**Should be false**) -- curl -v localhost:8085/helloB => Non blocking call with roles allowed, is on eventloop: true \ No newline at end of file +- curl -v localhost:8085/helloBWithR => Blocking call with roles allowed, is on eventloop: true (**Should be false**) +- curl -v localhost:8085/helloNonB => Non blocking call with roles allowed, is on eventloop: true