diff --git a/README.md b/README.md
index e045c8690362f23f94b061139fdb37341d47af05..ed18361e35f82bd431a0c8ada0200e3495d0432a 100644
--- a/README.md
+++ b/README.md
@@ -91,3 +91,7 @@ For open source projects, say how it is licensed.
 
 ## Project status
 If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
+
+## Run the below command to execute
+
+node index.js
\ No newline at end of file
diff --git a/output.txt b/output.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5cb8068a01c8ec023ae6702b96b787a7eaa94380
--- /dev/null
+++ b/output.txt
@@ -0,0 +1 @@
+This file was created using fs and async/await!
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000000000000000000000000000000000000..fad7751f47b80674d369a4d15cec48bed6759d6c
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,13 @@
+{
+  "name": "promise-fs-demo",
+  "version": "1.0.0",
+  "lockfileVersion": 3,
+  "requires": true,
+  "packages": {
+    "": {
+      "name": "promise-fs-demo",
+      "version": "1.0.0",
+      "license": "ISC"
+    }
+  }
+}