Skip to content

Commit eb2b8e3

Browse files
authored
Update README.md
1 parent 569d07f commit eb2b8e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# just-detect-adblock
2-
This package is strongly ~~inspired~~copied from [BlockAdBlock](https://github.com/sitexw/BlockAdBlock). I just didn't liked how overly complicated the end user API was. I just needed a simple function to detect if an adblocker is present or not. So i made this !
2+
This package is strongly ~~inspired~~ copied from [BlockAdBlock](https://github.com/sitexw/BlockAdBlock) & [FuckAdBlock](https://github.com/sitexw/FuckAdBlock). I just didn't liked how overly complicated the end user API was so I made this, which contains only one function to detect if an adblocker is active or not.
33

44
## Installation
55
```
@@ -8,7 +8,7 @@ npm install just-detect-adblock --save
88

99
## API
1010

11-
* `isDetected()` Returns true or false if an adblocker is detected.
11+
* `isDetected()` Returns true/false if an adblocker is detected.
1212

1313

1414
## Exemples

0 commit comments

Comments
 (0)