From d9f7d8f26d79bbc1b6c92dacf769911152852410 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Sat, 10 Oct 2020 03:07:31 +0100 Subject: [PATCH] Add example of plugin flexibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6ab92fa..c8787cc4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Rebar3 will: Rebar3 is also a self-contained Erlang script. It is easy to distribute or embed directly in a project. Tasks or behaviours can be modified or expanded with a [plugin system](https://rebar3.org/docs/configuration/plugins) -flexible enough that even other languages +[flexible enough](https://github.com/lfe-rebar3/rebar3_lfe) that even other languages on the Erlang VM will use it as a build tool. ## Why Rebar3