diff --git a/Readme.md b/Readme.md index 0aed891..436d02d 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,6 @@ # Example NATS chat application +This application is an example on how to use NATS in rust. +Features implemented are Authentication, Publish-Subscribe and Request-Reply. ## Users - admin is allowed everything @@ -8,4 +10,4 @@ ## Commands - Writing anything will publish text as a messages - "invalid" will send a non json string -- "request xyz" will send xyz as a request, getting a automated response +- "request xyz" will send xyz as a request, getting an automated response