diff --git a/Configuration.md b/Configuration.md index 79ab3cd..b362904 100644 --- a/Configuration.md +++ b/Configuration.md @@ -3,7 +3,7 @@ By default, **Loom Spinner** provides a powerful environment for your PHP projects—no extra configuration required. However, Loom Spinner is designed to be flexible, so you can easily tailor your environment to suit different project needs. -For example, if you're building a CLI tool and don’t need a web server, you can simply pass the `--disable-server` option to the `spin:up` command to exclude Nginx. +For example, if you're building a CLI tool and don't need a web server, you can simply pass the `--disable-server` option to the `spin:up` command to exclude Nginx. This page explains how to customize your environments using command line options or a project configuration file. @@ -46,7 +46,7 @@ If your `spinner.yaml` sets `environment.database.enabled: true`, but you run `s ## Example: Disabling XDebug via YAML -If you’re happy with most defaults but want to disable XDebug, your config might look like: +If you're happy with most defaults but want to disable XDebug, your config might look like: ```yaml