30-seconds-of-interviews
30-seconds-of-interviews copied to clipboard
fix(readme): add link title in documentation, ENHANCEMENT
Description
Added title of Medium link in README file for additional link.
What does your PR belong to?
- [x] Questions / Answers
- [ ] Website
- [ ] General / Things regarding the repository (like CI Integration)
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] Enhancement (non-breaking improvement of a question)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [x] I have updated the documentation accordingly.
- [x] I have checked that the changes are working properly
- [x] I have checked that there isn't any PR doing the same
- [x] I have read the CONTRIBUTING document.