From b7a557ee0fb7b0b8e88c881eeab20d98a1482b36 Mon Sep 17 00:00:00 2001 From: Emad Adly Date: Wed, 26 Apr 2017 05:51:39 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbcaf79..55958cf 100644 --- a/README.md +++ b/README.md @@ -135,11 +135,15 @@ public function show($uuid) return response()->json(['example' => $example]); } ``` +## Support +If you are having general issues with this package, feel free to contact me on [Twitter](https://twitter.com/emadadly). + +If you believe you have found an issue, please report it using the [GitHub issue tracker](https://github.com/EmadAdly/laravel-uuid/issues), or better yet, fork the repository and submit a pull request. + +If you're using this package, I'd love to hear your thoughts. Thanks! -## Security -If you discover any security related issues, please email thedevgist@gmail.com instead of using the issue tracker. ## License