Skip to content

Commit f3418fd

Browse files
Update README.md
1 parent 68473af commit f3418fd

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100">
55
</a>
66
<h1><a href="https://github.com/TheAlgorithms/">The Algorithms</a> - Python</h1>
7-
87
<!-- Labels: -->
98
<!-- First row: -->
109
<a href="https://gitpod.io/#https://github.com/TheAlgorithms/Python">
@@ -20,7 +19,6 @@
2019
<a href="https://gitter.im/TheAlgorithms/community">
2120
<img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square" height="20" alt="Gitter chat">
2221
</a>
23-
2422
<!-- Second row: -->
2523
<br>
2624
<a href="https://github.com/TheAlgorithms/Python/actions">
@@ -30,22 +28,21 @@
3028
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" height="20" alt="pre-commit">
3129
</a>
3230
<a href="https://docs.astral.sh/ruff/formatter/">
33-
<img src="https://img.shields.io/static/v1?label=code%20style&message=ruff&color=black&style=flat-square" height="20" alt="code style: black">
31+
<img src="https://img.shields.io/static/v1?label=code%20style&message=ruff&color=black&style=flat-square" height="20" alt="code style: ruff">
3432
</a>
35-
3633
<!-- Short description: -->
37-
<h3>All algorithms implemented in Python - for education πŸ“š</h3>
34+
<h3>All algorithms implemented in Python β€” for education πŸ“š</h3>
3835
</div>
3936

40-
Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion.
37+
These implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your own discretion.
4138

4239
## πŸš€ Getting Started
4340

44-
πŸ“‹ Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
41+
πŸ“‹ Please read our [Contribution Guidelines](CONTRIBUTING.md) before contributing.
4542

4643
## 🌐 Community Channels
4744

48-
We are on [Discord](https://the-algorithms.com/discord) and [Gitter](https://gitter.im/TheAlgorithms/community)! Community channels are a great way for you to ask questions and get help. Please join us!
45+
We're on [Discord](https://the-algorithms.com/discord) and [Gitter](https://gitter.im/TheAlgorithms/community)! Community channels are a great place to ask questions and get help. Please join us!
4946

5047
## πŸ“œ List of Algorithms
5148

0 commit comments

Comments
Β (0)