mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 10:26:30 +00:00
Fix typo in description of website
This commit is contained in:
parent
ede8d26e83
commit
04e5c5701c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ pub fn render(popular: Vec<Repository>) -> Response {
|
|||
div class="container" {
|
||||
p class="title is-1" "Keep your dependencies up-to-date"
|
||||
p {
|
||||
"Docs.rs uses semantic versioning to detect outdated or insecure dependencies in your project's"
|
||||
"Deps.rs uses semantic versioning to detect outdated or insecure dependencies in your project's"
|
||||
code "Cargo.toml"
|
||||
"."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue