Update readme
This commit is contained in:
parent
cb01fad92a
commit
56e73e017d
|
@ -11,6 +11,7 @@ the following directives (notably `Site-map` is missing):
|
||||||
- `User-agent`
|
- `User-agent`
|
||||||
- `Allow`
|
- `Allow`
|
||||||
- `Disallow`
|
- `Disallow`
|
||||||
|
- `Crawl-Delay`
|
||||||
|
|
||||||
In addition, Cylon supports `*` as a wildcard character to
|
In addition, Cylon supports `*` as a wildcard character to
|
||||||
match any length substring of 0 or more characters, as well
|
match any length substring of 0 or more characters, as well
|
||||||
|
@ -18,7 +19,7 @@ as the `$` character to match the end of a path.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Using Cylon is very simple. Simply create a new complier
|
Using Cylon is very simple. Simply create a new compiler
|
||||||
for your user agent, then compile the robots.txt file.
|
for your user agent, then compile the robots.txt file.
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|
Loading…
Reference in New Issue