diff --git a/README.md b/README.md index 712b197..806234e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,16 @@ If the application is running properly, you should receive a response similar to } ``` -### 5. Stop the Application +### 5. Documentation + +You can check the Swagger Doc by accessing the `/documentation` endpoint. Run the following command: + +```bash +curl http://localhost:6337/documentation +``` + + +### 6. Stop the Application To stop the application, use: