From 3996d24f1205ab67d0136b134ef9e677e41a9697 Mon Sep 17 00:00:00 2001 From: ticki Date: Sun, 3 Jul 2016 13:46:18 +0200 Subject: [PATCH] Fix cargo example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```