From ef4a61565a7401ba278987c843b08c05fffc65b4 Mon Sep 17 00:00:00 2001 From: Ben Smithett Date: Mon, 19 May 2014 11:13:37 +1000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 08be0f4..38528f0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ viewloader is a tiny little framework-agnostic JS bootstrapping thing that lets you attach JS behaviour to a HTML element using data attributes. +*The original version, which didn't have named data attributes, will always be available here: [v0.0.1](https://github.com/bensmithett/viewloader/tree/v0.0.1)* + ## How to use it Add `data-view-component-name` attributes to your HTML: