We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb293ac commit 5d4ff6dCopy full SHA for 5d4ff6d
README.md
@@ -32,4 +32,5 @@ $robots->disallows('My user agent', Url::of('/humans.txt')); //false
32
$robots->disallows('My user agent', Url::of('/any/other/url')); //true
33
```
34
35
-**Note**: Here only the path `/humans.txt` is allowed because by default github disallows any user agent to crawl there website except for this file.
+> [!NOTE]
36
+> Here only the path `/humans.txt` is allowed because by default github disallows any user agent to crawl there website except for this file.
0 commit comments