From adc59073a1e92c86111b9fc739b735dbc1e13e6d Mon Sep 17 00:00:00 2001 From: Pekka Laiho Date: Sun, 25 Jul 2021 18:28:33 +0700 Subject: [PATCH] remove dev-master from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9609f67..2f921b8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Create a new directory and require the project using composer: ```text $ mkdir mylisp $ cd mylisp -$ composer require "maddy83/madlisp dev-master" +$ composer require maddy83/madlisp ``` Use the `vendor/bin/madlisp` executable to start the interpreter. Start the REPL with the `-r` option: