From 992b8f780b019630aa1b4e441075703e3ca42f5d Mon Sep 17 00:00:00 2001 From: Krishna Sridhar Date: Fri, 11 Aug 2017 10:23:45 -0700 Subject: [PATCH] Updated the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d84484ef3..102425e65 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ To install keras (Version >= 2.0) pip install keras tensorflow ``` -If you'd like to use the old keras version 1.2 APIs, +If you'd like to use the old keras version, you can: ``` pip install keras==1.2.2 tensorflow ```