diff --git a/README.md b/README.md index 0051b5860..5cba56a4e 100644 --- a/README.md +++ b/README.md @@ -6,22 +6,19 @@ [![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/c7MnfGFGa6)  [![Gitter chat](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square)](https://gitter.im/TheAlgorithms)  -You can run and edit the algorithms or contribute to them using Gitpod.io, a free online development environment, with a single click. + +You can run and edit the algorithms, or contribute to them using Gitpod.io (a free online development environment) with a single click. [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TheAlgorithms/Java) ### All algorithms are implemented in Java (for educational purposes) - -These implementations are for learning purposes. The implementations may be less efficient than the Java standard library. +These implementations are intended for learning purposes. As such, they may be less efficient than the Java standard library. ## Contribution Guidelines - -Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. +Please read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute to this project. ## Community Channel - -We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us. +We're on [Gitter](https://gitter.im/TheAlgorithms)! Come join us. ## Algorithms - -See our [directory](DIRECTORY.md). +Our [directory](DIRECTORY.md) has the full list of applications.