Skip to content

Commit

Permalink
Update readme (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
yozhgoor authored Dec 6, 2022
1 parent 6572ebb commit 805988a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[crates-url]: https://crates.io/crates/xtask-watch
[docs-badge]: https://docs.rs/xtask-watch/badge.svg
[docs-url]: https://docs.rs/xtask-watch/
[deps-badge]: https://deps.rs/crate/xtask-watch/0.1.5/status.svg
[deps-badge]: https://deps.rs/repo/github/rustminded/xtask-watch/status.svg
[deps-url]: https://deps.rs/crate/xtask-watch
[licenses-badge]: https://img.shields.io/crates/l/xtask-watch

Expand All @@ -23,8 +23,8 @@ command when changes are detected in your source code.

This [`Watch`](https://docs.rs/xtask-watch/latest/xtask_watch/struct.Watch.html) struct is intended to be used with the
[xtask concept](https://github.com/matklad/cargo-xtask/) and implements
[`clap::Parser`](https://docs.rs/clap/3.0.14/clap/trait.Parser.html) so it can easily be used in
your xtask crate. See [clap's `flatten`](https://github.com/clap-rs/clap/blob/v3.0.14/examples/derive_ref/README.md#arg-attributes)
[`clap::Parser`](https://docs.rs/clap/latest/clap/trait.Parser.html) so it can easily be used in
your xtask crate. See [clap's `flatten`](https://github.com/clap-rs/clap/blob/master/examples/derive_ref/flatten_hand_args.rs)
to see how to extend it.

## Setup
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
//!
//! This [`Watch`](crate::Watch) struct is intended to be used with the
//! [xtask concept](https://github.com/matklad/cargo-xtask/) and implements
//! [`clap::Parser`](https://docs.rs/clap/3.0.14/clap/trait.Parser.html) so it
//! can easily be used in your xtask crate. See [clap's `flatten`](https://github.com/clap-rs/clap/blob/v3.0.14/examples/derive_ref/README.md#arg-attributes)
//! [`clap::Parser`](https://docs.rs/clap/latest/clap/trait.Parser.html) so it
//! can easily be used in your xtask crate. See [clap's `flatten`](https://github.com/clap-rs/clap/blob/master/examples/derive_ref/flatten_hand_args.rs)
//! to see how to extend it.
//!
//! # Setup
Expand Down

0 comments on commit 805988a

Please sign in to comment.