From e0b7f34ba7680f21379181bc738d9de0c12ab99b Mon Sep 17 00:00:00 2001 From: fortkle Date: Thu, 10 Jun 2021 12:11:47 +0900 Subject: [PATCH] improve documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b13c7262..ac9c6ab5 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ These tools can be setup globally using the `tools` input. It accepts a string i - If you do not use composer in your workflow, you can specify `tools: none` to skip it. ```yaml -- name: Setup PHP with composer v2 +- name: Setup PHP without composer uses: shivammathur/setup-php@v2 with: php-version: '7.4'