summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c2b43ae..73305ec 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Phel Web Skeleton
+# Lezer
[Phel](https://phel-lang.org/) is a functional programming language that compiles to PHP.
@@ -21,7 +21,7 @@ Phel requires at least PHP 8.3 and Composer.
1. Clone this repo
1. Build the image | `docker-compose up -d --build`
-1. Go inside the console | `docker exec -ti -u dev phel_web_skeleton bash`
+1. Go inside the console | `docker exec -ti -u dev lezer bash`
1. Install the dependencies | `composer install`
### Phel code