diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d711d..c262faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - CONTRIBUTING.md ### Changed - Correct step order, prompt and title (README.md). +- Correct clone URL (README.md). ## [1.0.0] - 2020-02-06 ### Added diff --git a/README.md b/README.md index 1f15672..95c9d81 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ at the CLI. ``` 1. Download the project. ```console - $ git clone git@gitlab.com:adouglas/minecraft-systemd-services.git + $ git clone https://gitlab.com/adouglas/minecraft-systemd-services.git ``` 1. Change to the project directory. ```console