aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authork32 <10274441+k32@users.noreply.github.com>2020-11-28 15:59:44 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2020-11-28 17:39:08 +0200
commit69a25b110d6be7d3e0822d1ff0a54b91e3ec91aa (patch)
tree5d3d9181fad9bf63ba49adb4d55cb6a8a1a6bd79 /README.md
parentd1cfad008b1719a6bee17fbe9479db414c0dc5d9 (diff)
Use rebar3 as the default build system for Erlang projects
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index db740a5..7e06925 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ concept of a project is pretty basic - just a folder containing some
special file (e.g. a VCS marker or a project descriptor
file). Currently `git`, `mercurial`, `darcs` and `bazaar` repos are
considered projects by default. So are `lein`, `maven`, `sbt`,
-`scons`, `rebar` and `bundler` projects. If you want to mark a folder
+`scons`, `rebar3` and `bundler` projects. If you want to mark a folder
manually as a project just create an empty `.projectile` file in it.
Here are some of Projectile's features: