Use 'build-dependencies' in README.

This commit is contained in:
Sergio Benitez 2017-07-10 15:23:15 -07:00
parent 2137cde91c
commit ff496f07ef

View File

@ -8,10 +8,10 @@ determination is made, and calls return `None`.
## Usage
Add to your `Cargo.toml` file:
Add to your `Cargo.toml` file, typically as a build dependency:
```toml
[dependencies]
[build-dependencies]
version_check = "0.1"
```