diff --git a/README.md b/README.md index 6bbdeb9..4078d33 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Simple self-contained pastebin solution written in Go. # Description -Coller is a set a binaries: +Coller is a set of binaries: - **collerd**: HTTP server to handle note management - **coller**: CLI to create notes - **copier**: CLI to download and decrypt notes (client-side decryption) @@ -46,8 +46,11 @@ See [ansible-role-coller](https://git.riou.xyz/jriou/ansible-role-coller). # Contributions -Contributions are welcomed! Feel free to provide unit tests when possible. Lint your code with `go fmt`. If you don't feel confident enough to contribute, feel free to open an issue to describe the feature you would like to see implemented or the problem you are facing. +Contributions are welcomed! Feel free to provide unit tests when possible. Lint +your code with `go fmt`. If you don't feel confident enough to contribute, feel +free to open an issue to describe the feature you would like to see implemented +or the problem you are facing. # License -See [LICENSE](LICENSE). \ No newline at end of file +See [LICENSE](LICENSE).