From c501201f1123c6af11c42c8f3151d93b2e50cc1c Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Wed, 11 Feb 2026 17:25:05 +0100 Subject: [PATCH] doc: add text that this library is primarily for Vegvisir and Reflect scaffolding (#23) Reviewed-on: https://codeberg.org/vlw/scaffold/pulls/23 --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 361887b..0ec6135 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Scaffold -This composer package contains my project boilerplate code for working with [Vegvisir](https://vegvisir.vlw.se) and [Reflect](https://reflect.vlw.se) projects. It contains my most commonly used classes and functions which I use to make development of new project in these frameworks easier. +This composer package (primarily) contains my project boilerplate code for working with [Vegvisir](https://vegvisir.vlw.se) and [Reflect](https://reflect.vlw.se) projects. It contains my most commonly used classes and functions which I use to make development of new project in these frameworks easier. Refer to the documentation in each source file for more information about its function. diff --git a/composer.json b/composer.json index b2c6627..5d64cf5 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "vlw/scaffold", - "description": "Project scaffolding for Reflect and Vegvisir projects", + "description": "Project scaffolding (primarily) for Reflect and Vegvisir projects", "type": "library", "license": "GPL-3.0-or-later", "authors": [