From 2d1a691f7e963089806c8ed061faff3bfc81d47c Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 24 Apr 2025 04:00:14 +0100 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7875ee9..fd1be16 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ applications. The default setup gives you an environment with: - NodeJS 23 (Node, NPM + NPX) Your project is mounted to the PHP container and your projects `public` directory is served via Nginx at -`http://localhost:` and your container is accessible via the command line for things like running -unit tests. +`http://localhost:`. Your container is also accessible via the command line, so you can run unit tests +or other commands inside your sandboxed environment. **Loom Spinner CLI is currently in the early stages of development and thus only has limited features, such as only allowing you to use a SQLite database. More options will be added in subsequent releases.**