Skip to content

Commit

Permalink
chore(docs): Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Jan 26, 2024
1 parent b15375e commit 040e264
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/box/README.md
Original file line number Diff line number Diff line change
@@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 040e264

Please sign in to comment.