diff --git a/README.md b/README.md index 790d722..69560de 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ For nightly, add ```toml [dependencies.termion] -git = "https://github.com/ticki/termion" +git = "https://github.com/ticki/termion.git" ``` For stable, ```toml [dependencies.termion] -git = "https://github.com/ticki/termion" +git = "https://github.com/ticki/termion.git" default-features = false ```