summaryrefslogtreecommitdiffstats
path: root/crates/regex/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'crates/regex/README.md')
-rw-r--r--crates/regex/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/regex/README.md b/crates/regex/README.md
index bd51df77..75029bfc 100644
--- a/crates/regex/README.md
+++ b/crates/regex/README.md
@@ -26,9 +26,3 @@ Add this to your `Cargo.toml`:
[dependencies]
grep-regex = "0.1"
```
-
-and this to your crate root:
-
-```rust
-extern crate grep_regex;
-```