Skip to content

Commit

Permalink
Remove outdated usage instructions
Browse files Browse the repository at this point in the history
Let crates.io handle this.
  • Loading branch information
ridiculousfish committed Aug 25, 2023
1 parent 523866e commit 9c6bc46
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ regress is a backtracking regular expression engine implemented in Rust, which t

It's fast, Unicode-aware, has few dependencies, and has a big test suite. It makes fewer guarantees than the `regex` crate but it enables more syntactic features, such as backreferences and lookaround assertions.

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
regress = "0.5"
```

### Fun Tools

The `regress-tool` binary can be used for some fun.
Expand Down

0 comments on commit 9c6bc46

Please sign in to comment.