From 2bc9499faf03b6c94b860b1b9b36713854acb4c9 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Fri, 25 Dec 2009 00:50:37 -0700 Subject: [PATCH] alpha notice --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d78d7d0..72fedf8 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ are called and provide the data for the template tags. A context is an Erlang dict that contains the current context from which tags can pull data. A few examples will clarify how these items interact. +NOTE: This is alpha software. Do not use it in production without extensive testing. The API may change at any time. It still lacks some of the features of Mustache for Ruby and the performance (even with compiled templates) is not yet where I'd like it to be. + The Simplest Example --------------------