From 10ddb6128629b4ab27bec1a8a7f3b39704fd72a8 Mon Sep 17 00:00:00 2001 From: Bharat Kathi Date: Sun, 4 Aug 2024 01:40:08 -0700 Subject: [PATCH] update readme --- LICENSE => LICENSE.txt | 0 README.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+) rename LICENSE => LICENSE.txt (100%) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/README.md b/README.md index 6263e9a..9fc3840 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,18 @@ You should see the service registration for `Service A` returned in the response ## API Endpoints ## Roadmap + +## Contributing + +If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". +Don't forget to give the project a star! Thanks again! + +1. Fork the Project +2. Create your Feature Branch (`git checkout -b gh-username/my-amazing-feature`) +3. Commit your Changes (`git commit -m 'Add my amazing feature'`) +4. Push to the Branch (`git push origin gh-username/my-amazing-feature`) +5. Open a Pull Request + +## License + +Distributed under the MIT License. See `LICENSE.txt` for more information. \ No newline at end of file