From dc848f48ae3c18c11d711f7fb220fea19c8e44e6 Mon Sep 17 00:00:00 2001 From: purple Date: Sun, 21 Apr 2024 20:30:18 +0200 Subject: [PATCH] fix `readme`: capitalize blueprint --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e54f8fb..22a9667 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ Extensions must be placed/dragged into the `extensions` folder. **Interacting with Blueprint**\ -By default, you can only interact with blueprint by going through the Docker command line, i.e. +By default, you can only interact with Blueprint by going through the Docker command line, i.e. ```bash docker compose exec panel blueprint (arguments) ``` -We recommend setting an alias so you can interact with blueprint the same way you would in the non-Docker version (If you have your compose file in a different place, adjust accordingly: +We recommend setting an alias so you can interact with Blueprint the same way you would in the non-Docker version (If you have your compose file in a different place, adjust accordingly: ```bash # Set alias for current session alias blueprint="docker compose -f /srv/pterodactyl/docker-compose.yml exec panel blueprint"