diff options
author | Valery Piashchynski <[email protected]> | 2023-11-10 10:11:08 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-11-10 10:11:08 +0100 |
commit | 418faa9ec2016b313c370867f6d552ec2f090264 (patch) | |
tree | e8896fbe5b8c4fea2d427b8f3b069cadd23aa32a /README.md | |
parent | 2c45636e4aeff29a9e78e53795f8334d007ecda9 (diff) |
chore: typo in the README
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ wget https://github.com/roadrunner-server/roadrunner/releases/download/v2023.X.X sudo dpkg -i roadrunner-2023.X.X-linux-amd64.deb ``` -## Dowload the latest release via curl: +## Download the latest release via curl: ```bash curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/roadrunner-server/roadrunner/master/download-latest.sh | sh ``` |