Merge pull request #89 from darwinz/update-readme

docs: updated readme to be a bit more consistent with other TheAlgorithms projects
This commit is contained in:
Brandon Johnson 2022-10-12 01:08:37 -06:00 committed by GitHub
commit 89b2c36963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,25 +1,21 @@
#FOR EDUCATIONAL PURPOSE:
# The Algorithms - PHP
#The Algorithms - PHP
### All algorithms implemented in PHP - for education
### All algorithms implemented in Php
The Implementation on this repo are all exaqmples and may in anytime be less efficient than the implementations on the PHP standard Library.
The Implementations in this repo are examples and may be less efficient than the implementations in the PHP standard Library.
## Contribution Guidelines:
To Contribute to this repo please take your time to read our
[Contribution Guidelines](CONTRIBUTING.md) before you contribute.
## Community Channel
Let's connect and grow!
[Gitter](https://gitter.im/TheAlgorithms)!
[Twitter]
[Discord]
Please join us.
## Community Channels
We're on [Discord](https://discord.gg/c7MnfGFGa6) and [Gitter](https://gitter.im/TheAlgorithms)! Community channels are great for you to ask questions and get help. Please join us!
## List of Algorithms
See our [directory](DIRECTORY.md) to see the list of algorithms we have currently.
See the [directory](DIRECTORY.md) for easier navigation and to view the current list of algorithms.
Thanks for contributing!!