diff --git a/README.md b/README.md index f537bab..db0f96a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A streamlined environment management tool for PHP developers. -Loom Spinner makes it easy to launch minimal, thoughtfully pre-configured Docker containers for PHP development - helping +Loom Spinner makes it easy to launch minimal, thoughtfully pre-configured Docker containers for PHP development; helping you enjoy a fast, consistent, and hassle-free workflow. Run simple commands from anywhere on your system to manage your environments. @@ -24,9 +24,12 @@ Effortlessly create custom Docker environments for each of your PHP projects. Ou - **SQLite3** - **NodeJS 23** (Node, NPM, & NPX) -Your project directory is automatically mounted to the PHP container, and the `public` directory is served via Nginx at `http://localhost:`. Access the container directly from your terminal to execute unit tests or other commands—all within an isolated environment. +Your project directory is automatically mounted to the PHP container, and the `public` directory is served via Nginx at +`http://localhost:`. Access the container directly from your terminal to execute unit tests or other +commands, all within an isolated environment. -> **Note:** Loom Spinner CLI is in early development. For now, only SQLite is supported as the database, but more options are on the way in future updates. +> **Note:** Loom Spinner CLI is in early development. For now, only SQLite is supported as the database, but more options +> are on the way in future updates. # Installation