diff --git a/readme.md b/readme.md index 278bff3..b355bf4 100644 --- a/readme.md +++ b/readme.md @@ -99,9 +99,9 @@ let randomZipCode = MockGen.randomZipCode // Returns a random zip code. - Q: What license is `MockGen` released under? - A: `MockGen` is released under the MIT license. See [LICENSE](LICENSE) for more information. -## Contributing +## Resources -If you find a bug or have a feature request, please open an issue or submit a pull request. Contributions are welcome! +- Similar package: https://github.com/vadymmarkov/Fakery ## Todo: - Add usage gif @@ -111,4 +111,4 @@ If you find a bug or have a feature request, please open an issue or submit a pu Enhance Unit Tests: The current testing suite could be expanded to cover more scenarios and edge cases, particularly for the password and secret generation methods. - Dependency Management: Review and possibly update the dependencies to ensure they are up-to-date and secure. This includes checking the pinned versions in - User Documentation -Enhance README Documentation: The README.md file could be expanded to include more detailed examples, a clearer explanation of the project's capabilities, and a more comprehensive guide for new users and contributors. \ No newline at end of file +Enhance README Documentation: The README.md file could be expanded to include more detailed examples, a clearer explanation of the project's capabilities, and a more comprehensive guide for new users and contributors.