aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-01-15 17:50:34 +0100
committerLoïc Hoguin <[email protected]>2016-01-15 17:50:34 +0100
commitd4432fac6837f22ebaf8c1b1c903ff1b94f6c7dc (patch)
treefe1d434f0155d9321c9ea128fd77c601ecd8b3d9
parent536702a84f5474beb83e044946e9533dec5d04e8 (diff)
downloadlfe.mk-d4432fac6837f22ebaf8c1b1c903ff1b94f6c7dc.tar.gz
lfe.mk-d4432fac6837f22ebaf8c1b1c903ff1b94f6c7dc.tar.bz2
lfe.mk-d4432fac6837f22ebaf8c1b1c903ff1b94f6c7dc.zip
Fix the lfe-shell command in the READMEHEADmaster
-rw-r--r--README.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc
index b35f2fa..b21ed58 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -14,4 +14,4 @@ include erlang.mk
The command `make` will compile all LFE files in the 'src/'
directory.
-The command `lfe-shell` will open an LFE shell.
+The command `make lfe-shell` will open an LFE shell.