diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 3e864db..8d739d8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -8,10 +8,11 @@ Thanks for all your contributions :heart: :octocat: | ------------- |:-------------:| -----:| | [de1ux](https://github.com/de1ux) | [Requirements](https://github.com/prateekiiest/Code-Sleep-Python/pull/22) | Merged | | [mstuttgart](https://github.com/mstuttgart) | [README adjusts](https://github.com/prateekiiest/Code-Sleep-Python/pull/3) | Merged | -| [blossomica](https://github.com/blossomica) |[Fix Broken Code Links](https://github.com/prateekiiest/Code-Sleep-Python/pull/18) | Merged | +| [blossomica](https://github.com/blossomica) |[Fix Broken Code Links](https://github.com/prateekiiest/Code-Sleep-Python/pull/18) | Merged | | [jasperdchen](https://github.com/jasperdchen) | [README](https://github.com/prateekiiest/Code-Sleep-Python/pull/31) | Merged | | [Binsquare](https://github.com/binsquare) | [Added project descriptions](https://github.com/prateekiiest/Code-Sleep-Python/pull/26) | Merged | | [bhansa](https://github.com/bhansa) | [Added new method for sieve of Eratosthenes](https://github.com/prateekiiest/Code-Sleep-Python/pull/10) | Merged | | [Chathumina Vimukthi](https://github.com/ChathuminaVimukthi) |[Added hangman game](https://github.com/prateekiiest/Code-Sleep-Python/pull/30) | Merged | +| [Aditya Malu](https://github.com/aditya1904) | [Different Encryption Techniques added](https://github.com/prateekiiest/Code-Sleep-Python/pull/29) | Merged | diff --git a/README.md b/README.md index 9e55254..214be22 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ The implementation of Sieve of Eratosthenes is used to find prime numbers. #### Website status check -A simple website crawler to check the return code of a website. It returns with a message indicating whether the website is online, redirected, or not found. +A simple website crawler to check the return code of a website. It returns with a message indicating whether the website is online, redirected, or not found. ![](http://yootheme.com/media/docs/assets/images/warp/error_pages_404.jpg) @@ -128,7 +128,7 @@ A simple website crawler to check the return code of a website. It returns with Encryption is an interesting piece of technology that works by scrambling data so it is unreadable by unintended parties. The technology comes in many forms, with key size and strength generally being the biggest differences in one variety from the next. This repo has implementations of different encryption techniques. More [here](https://en.wikipedia.org/wiki/Encryption). -**[CODE](Encrytion-Techniques/)** +**[CODE](Encryption-Techniques/)** ----------------------------------------------------