From 6ac9c6bfd63438a868774538162bb46136930153 Mon Sep 17 00:00:00 2001 From: Pedro Carmo Date: Fri, 30 Aug 2024 22:46:02 +0100 Subject: [PATCH] Fix some texts --- .github/{.github => }/PULL_REQUEST_TEMPLATE.md | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{.github => }/PULL_REQUEST_TEMPLATE.md (100%) diff --git a/.github/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/.github/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md diff --git a/README.md b/README.md index 5443609..1c6a6fc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ A PHP library for seamless integration with the Threads API by Meta. This packag Installation is done via [Composer](https://getcomposer.org/). Simply run the following command: ```bash -composer require trukes/threads-meta-api +composer require trukes/threads-api-php-client ``` ## Basic Usage