# spider_chrome
**This crate has been renamed to [`chromey`](https://crates.io/crates/chromey).**
Please update your `Cargo.toml`:
```diff
- spider_chrome = "2"
+ chromey = "2"
```
The library name remains `chromiumoxide`, so your `use` statements stay the same.