From 7be0ba55cf6e97ac9dc376a64ebfb4307f7a5f52 Mon Sep 17 00:00:00 2001 From: Manuel Astudillo Date: Thu, 10 Nov 2016 09:52:48 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 6653958..7025f8f 100644 --- a/Readme.md +++ b/Readme.md @@ -10,7 +10,7 @@ Create roles and assign roles to users. Sometimes it may even be useful to creat to get the finest granularity possible, while in other situations you will give the *asterisk* permission for admin kind of functionality. -A Redis, MongoDB and In-Memory based backends are provided built-in in the module. There are other third party backends such as [*knex*](https://github.com/christophertrudel/node_acl_knex) based and [*firebase*](https://github.com/tonila/node_acl_firebase). There is also an alternative memory backend that supports [*regexps*](https://github.com/futurechan/node_acl-mem-regexp). +A Redis, MongoDB and In-Memory based backends are provided built-in in the module. There are other third party backends such as [*knex*](https://github.com/christophertrudel/node_acl_knex) based, [*firebase*](https://github.com/tonila/node_acl_firebase) and [*elasticsearch*](https://github.com/adnanesaghir/acl-elasticsearch-backend). There is also an alternative memory backend that supports [*regexps*](https://github.com/futurechan/node_acl-mem-regexp). Follow [manast](http://twitter.com/manast) for news and updates regarding this library.