Skip to content

Commit

Permalink
Fix: Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
phpcon authored Dec 17, 2024
1 parent 69cbe75 commit f2a7c9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ $robots
->allow('/public') // This will be cleared
->disallow('/admin') // This will be cleared
->disallowAll(); // Only Disallow: /* remains
```

Output:
```
Expand Down Expand Up @@ -393,4 +394,4 @@ This command runs:

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 comments on commit f2a7c9e

Please sign in to comment.