Skip to content

Commit 5d4ff6d

Browse files
committed
fix readme
1 parent cb293ac commit 5d4ff6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ $robots->disallows('My user agent', Url::of('/humans.txt')); //false
3232
$robots->disallows('My user agent', Url::of('/any/other/url')); //true
3333
```
3434

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.
35+
> [!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

Comments
 (0)