From c95e0a9b71b200036011fea179fcc889220fbab1 Mon Sep 17 00:00:00 2001 From: Jesse Tane Date: Sun, 30 Nov 2014 12:54:34 -0500 Subject: [PATCH] docs: releases --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7e8a479..a7fd32a 100644 --- a/readme.md +++ b/readme.md @@ -66,7 +66,7 @@ function(err, environment) { Obviously it would be nice if this could be done synchronously. However, until something like [this](http://strongloop.com/strongblog/whats-new-in-node-js-v0-12-execsync-a-synchronous-api-for-child-processes) lands on stable, I'm not sure if there is a sane way to accomplish it. If there is, please let me know. ## Releases -The latest stable version is published to [npm](https://www.npmjs.org/package/shell-source). +The latest stable release is published to [npm](https://www.npmjs.org/package/shell-source). Tarballs for each release can be found [here](https://github.com/jessetane/shell-source/releases). * [1.0.x](https://github.com/jessetane/shell-source/releases/tag/1.0.1) * First release.