From 8c63cfeeb7e80948f87baf4fadb20938a8278738 Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Thu, 11 Jul 2024 13:45:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18017b0..d6df609 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ The package currently contains classes for [type-sensitive data structures](src/ The intended and recommended way of using this package is via [Composer](https://getcomposer.org/). The following command will get you the latest version: - composer require opencultureconsulting/basics +```shell +composer require opencultureconsulting/basics +``` All available versions as well as further information about requirements and dependencies can be found on [Packagist](https://packagist.org/packages/opencultureconsulting/basics).