From 5bde6f2400d404a4c15768d9837808cb23f43ad7 Mon Sep 17 00:00:00 2001 From: Srdjan S Date: Thu, 26 Nov 2020 07:20:18 +0100 Subject: [PATCH] Add CONTRIBUTORS.md and update README.md --- CONTRIBUTORS.md | 4 ++++ README.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..1b5fa9a --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +# Contributors + +* [Matthew D. Scholefield](https://github.com/MatthewScholefield) - Added cors allowed origins for AsyncServer [#7](https://github.com/pyropy/fastapi-socketio/pull/7) +* [Aaron Tolman](https://github.com/tolmanam) - Reported issue with broken pip download [#5](https://github.com/pyropy/fastapi-socketio/issues/5) diff --git a/README.md b/README.md index 9f40af3..d61f3a8 100644 --- a/README.md +++ b/README.md @@ -78,4 +78,8 @@ To run the examples simply run: PYTHONPATH=. python examples/app.py ``` -Before running example make sure you have all dependencies installed. \ No newline at end of file +Before running example make sure you have all dependencies installed. + +## Contributors + +For list of contributors please reefer to CONTRIBUTORS.md file in this repository. \ No newline at end of file