From c5baa37cdf9b8623bb56236f16f56202620572a4 Mon Sep 17 00:00:00 2001 From: Nate Devereux <11827838+n8-dev@users.noreply.github.com> Date: Thu, 3 Aug 2023 21:28:29 +1200 Subject: [PATCH] Update Silverstripe casing (#11565) --- doc/04-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index de22c551a..956250539 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -91,7 +91,7 @@ Out of the box, Composer supports four types: - **library:** This is the default. It will copy the files to `vendor`. - **project:** This denotes a project rather than a library. For example application shells like the [Symfony standard edition](https://github.com/symfony/symfony-standard), - CMSs like the [SilverStripe installer](https://github.com/silverstripe/silverstripe-installer) + CMSs like the [Silverstripe installer](https://github.com/silverstripe/silverstripe-installer) or full fledged applications distributed as packages. This can for example be used by IDEs to provide listings of projects to initialize when creating a new workspace.