From 87b8104dc6a1b2ffeb4aa92f8b1301495768db82 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 4 Jan 2026 02:02:05 -0800 Subject: Rename “Phel Web Skeleton” to “Lezer” --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.3-2-g0d8e