summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-01-04 02:02:05 -0800
committerGravatar Tom Willemse2026-01-04 02:02:05 -0800
commit87b8104dc6a1b2ffeb4aa92f8b1301495768db82 (patch)
tree5e122215590b5e54a85867ddfd3aea28a476ff2d /README.md
parent96a007eecea9b67ba06d01c8fcdd9c09fc4b43e9 (diff)
downloadlezer-87b8104dc6a1b2ffeb4aa92f8b1301495768db82.tar.gz
lezer-87b8104dc6a1b2ffeb4aa92f8b1301495768db82.zip
Rename “Phel Web Skeleton” to “Lezer”
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