diff --git a/packages/get-works/README.md b/packages/get-works/README.md
new file mode 100644
index 00000000..43ca28c5
--- /dev/null
+++ b/packages/get-works/README.md
@@ -0,0 +1,40 @@
+
get-works
+
+
+
+
+
+
+
+> Check if the GET request for the given URL works
+
+## Install
+
+```sh
+npm install --save get-works
+```
+
+## Usage
+
+
+
+### `getWorks` (function)
+
+Check if the GET request for the given URL works
+
+**Parameters:**
+
+- url (`string`) - The given URL
+
+**returns:** Promise
+
+
+
+## 🤝 Contributing
+
+You can sponsor my work here:
+
+https://github.com/sponsors/aminya
+
+Pull requests, issues and feature requests are welcome.
+See the [Contributing guide](https://github.com/aminya/setup-cpp/blob/master/CONTRIBUTING.md).
diff --git a/packages/ok-status/package.json b/packages/get-works/package.json
similarity index 100%
rename from packages/ok-status/package.json
rename to packages/get-works/package.json
diff --git a/packages/ok-status/src/index.ts b/packages/get-works/src/index.ts
similarity index 100%
rename from packages/ok-status/src/index.ts
rename to packages/get-works/src/index.ts
diff --git a/packages/ok-status/tsconfig.json b/packages/get-works/tsconfig.json
similarity index 100%
rename from packages/ok-status/tsconfig.json
rename to packages/get-works/tsconfig.json