diff --git a/readme.md b/readme.md
index 9d9d732..93e5921 100644
--- a/readme.md
+++ b/readme.md
@@ -1,7 +1,7 @@
# has-content
-
+
@@ -11,28 +11,41 @@
+## Installation
+
+```bash
+npm install --save has-content@^1.1.0
+```
+
+```bash
+yarn add has-content@^1.1.0
+```
+
+(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))
+```bash
+npm install --save @jaid/has-content@^1.1.0
+```
+## Example
-## Installation
-
-```bash
-npm install --save has-content@^1.1.0
-```
-
-```bash
-yarn add has-content@^1.1.0
+```javascript
+import hasContent from "has-content"
+
+const result = hasContent({})
```
-
-```html
-
+
+Variable `result` will now be:
+
+```javascript
+false
```
@@ -41,6 +54,12 @@ yarn add has-content@^1.1.0
+
+
+
+
+
+
## Development