From 0f07abb7a5e8948cbca1be9ae11bd8306dd072d9 Mon Sep 17 00:00:00 2001 From: Hikmat Date: Tue, 18 Apr 2023 11:08:48 +0400 Subject: [PATCH] fix install command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71e4d86..afd8561 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ https://github.com/PrintNode/PrintNode-PHP/archive/master.zip ### Install via composer ```bash -composer require PrintNode/printnode-php:dev-master +composer require printnode/printnode-php:dev-master ``` ## Step 4: See examples how to use this library -See `examples` directory to learn how to use this library. \ No newline at end of file +See `examples` directory to learn how to use this library.