From 040e264cb284c8dffefe63295e5ae0aacf0b2533 Mon Sep 17 00:00:00 2001 From: leocavalcante Date: Fri, 26 Jan 2024 08:37:54 -0300 Subject: [PATCH] chore(docs): Fix typos --- README.md | 2 +- examples/box/README.md | 2 +- installer.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9fc985d..a1f3bce 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## Introduction **Frictionless PHP Development!** Seamlessly run and switch between different versions of PHP, with different installed extensions, thanks to the power of containers. -Take the advantage of goodie commands like `phpctl create` to start a new project, `phpctl repl` to start a REPL, `phpclt init` to initialize a new configuration file **and a lot more**. +Take the advantage of goodie commands like `phpctl create` to start a new project, `phpctl repl` to start a REPL, `phpctl init` to initialize a new configuration file **and a lot more**. ## Getting started diff --git a/examples/box/README.md b/examples/box/README.md index 6a918b9..b9e70e6 100644 --- a/examples/box/README.md +++ b/examples/box/README.md @@ -1,6 +1,6 @@ # Box -To use `box` with `phpctl` you can simply `phpclt box` like: +To use `box` with `phpctl` you can simply `phpctl box` like: ```shell phpctl box compile ``` diff --git a/installer.sh b/installer.sh index 1368231..ffe34c1 100755 --- a/installer.sh +++ b/installer.sh @@ -28,7 +28,7 @@ read -r answer if [ "$answer" != "${answer#[Yy]}" ]; then symlink else - echo "\033[0;31mTo use phpclt globally, link the cloned script to your bin directory, like:\033[0m" + echo "\033[0;31mTo use phpctl globally, link the cloned script to your bin directory, like:\033[0m" echo "" echo " sudo ln -sf ${INSTALL_DIR}/bin/php /usr/local/bin/php" echo " sudo ln -sf ${INSTALL_DIR}/bin/composer /usr/local/bin/composer"