From 19df52df1f92de290d3c10b3994b7919251614b5 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Mon, 25 Apr 2016 17:25:27 -0700 Subject: [PATCH] docs: warn that README contains newest features (#410) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5717868..9f667c7 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,14 @@ $ shx touch foo/bar.txt $ shx rm -rf foo ``` +## A quick note about the docs + +For documentation on all the latest features, check out our +[README](https://github.com/shelljs/shelljs). To read docs that are consistent +with the latest release, check out [the npm +page](https://www.npmjs.com/package/shelljs) or +[shelljs.org](http://documentup.com/shelljs/shelljs). + ## Installing Via npm: