From 076db40a4a6fdada876e8b16b0266b943ea742f8 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Thu, 4 Jul 2013 13:48:08 -0700 Subject: [PATCH] Updated readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c4ccf14b6fe..f393a8fbe6b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ ESLint is a tool for identifying and reporting on patterns found in ECMAScript/J * ESLint uses an AST to evaluate patterns in code. * ESLint is completely pluggable, every single rule is a plugin and you can add more at runtime. +## WARNING: Pre-alpha + +Right now, ESLint is in early development and should not be relied upon. There are no guarantees that anything is working at any particular point in time. Installing directly from GitHub increases the likelihood that something will explode, so if you'd like to try it out, please install the official release from npm. + +Prior to version 0.1.0, this utility should be considered completely unstable. + ## Installation You can install ESLint using npm: