From 35f9fc9d49f7e2146d29eb2888180d6ab810419b Mon Sep 17 00:00:00 2001
From: Nurtugan Nuraly <35848701+nurtugan@users.noreply.github.com>
Date: Wed, 1 Jul 2020 23:57:05 +0600
Subject: [PATCH] Create README.md
---
README.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c974064
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# Network Layer iOS
+
+
+
+Protocol-Oriented Network Layer in iOS
+
+## Functionality
+- [x] Observable based result
+- [x] Repository based calls
+
+## Credits
++ [Writing a Network Layer in Swift: Protocol-Oriented Approach.](https://medium.com/flawless-app-stories/writing-network-layer-in-swift-protocol-oriented-approach-4fa40ef1f908)
++ [The easiest way to observe values in Swift.](https://github.com/roberthein/Observable)
+
+## Support
+If you have a question, find a bug, or just want to say hi, please open an [issue on GitHub](https://github.com/nurtugan/Network-Layer-iOS/issues/new).