diff --git a/README.md b/README.md
index e69de29..8d457fd 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,57 @@
+
Web Power
+
+
+
+
+
+
+
+
+
+
+
+#
+> This is a simple code for sending power off / sleep / reboot commands to the device via web
+
+
+
+
+
+# Documentation
+
+# Quick use
+
+``npx web-power``
+
+# Installation
+
+``npm i web-power -g ``
+
+# Usage
+
+``web-power ``
+
+# Example
+``web-power 3000``
+
+# Env
+
+## Creating Env
+``touch .env``
+
+# Limit
+
+> You can set limit in env file
+
+# Env Example
+
+## Usage
+```
+PORT=
+```
+## Example
+
+
+```
+PORT=3000
+```