From 355900226a6174bae89472344d57aeec3dc9b4ad Mon Sep 17 00:00:00 2001 From: Burk Hufnagel <304328+BurkHufnagel@users.noreply.github.com> Date: Sun, 26 Sep 2021 02:32:11 -0400 Subject: [PATCH] Make the README clearer (#1761) Co-authored-by: Burk Hufnagel <304328+BurkHufnagel@example.com> Co-authored-by: Andrii Siriak Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) 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.