From ed3a0f1db658a72cce3f058a5632bc300d82bb76 Mon Sep 17 00:00:00 2001 From: vlw Date: Wed, 11 Feb 2026 17:19:51 +0100 Subject: [PATCH] doc: add note to README that this library is primarily for Vegvisir and Reflect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.