Merge pull request #17 from robinst/patch-1

Fix typo in description of website
This commit is contained in:
Sam Rijs 2018-02-12 12:29:02 +11:00 committed by GitHub
commit b0b9f35957
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ pub fn render(popular: Vec<Repository>) -> Response {
div class="container" { div class="container" {
p class="title is-1" "Keep your dependencies up-to-date" p class="title is-1" "Keep your dependencies up-to-date"
p { 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" code "Cargo.toml"
"." "."
} }