From 1ec672254477acbbd9a0fab5ef1c0f2c7d7d3a46 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 9 Jun 2015 00:17:55 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1539d9e..487e0cc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh ```bash # To install a specific version rather than defaulting to latest -echo "v1.8.1" > /tmp/IOJS_VER +echo "v1.8.2" > /tmp/IOJS_VER # io.js without development dependencies curl -fsSL bit.ly/iojs-min | bash