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).