From cb4ec603ec3ca13954a0f6c5b76c46dfe4f329e4 Mon Sep 17 00:00:00 2001 From: Ruslan Abdullaev Date: Mon, 5 Oct 2015 09:05:23 +0300 Subject: [PATCH] Update README.md Added information about predecessors --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a99282..ef61390 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,12 @@ gulp.task('default', function () { }); ``` + +## Predecessors + +This plugin was inspired by the syntax and the idea of using custom attributes from [BEML](https://github.com/zenwalker/node-beml) and [bemto](https://github.com/kizu/bemto). + + ## License MIT