Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Change tempdir to tempfile in readme #93

Merged
merged 1 commit into from
Mar 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ More detailed information is available in the [documentation]. :-)

Other crates that might be useful in testing command line programs.
* [dir-diff][dir-diff] for testing file side-effects.
* [tempdir][tempdir] for scratchpad directories.
* [tempfile][tempfile] for scratchpad directories.
* [duct][duct] for orchestrating multiple processes.

## License
Expand All @@ -99,5 +99,5 @@ conditions.
[Documentation]: https://docs.rs/assert_cli
[Environment]: https://github.com/Freyskeyd/environment
[dir-diff]: https://crates.io/crates/dir-diff
[tempdir]: https://crates.io/crates/tempdir
[tempfile]: https://crates.io/crates/tempfile
[duct]: https://crates.io/crates/duct