Question 102
### If there are multiple Readme.md files in a GitHub repository, what is the priority order to show them?
> https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes
1. [ ] Root directory, `.docs` directory, `.github` directory
1. [ ] `.docs` directory, Root directory, `.github` directory
1. [x] `.github` directory, Root directory, `.docs` directory
1. [ ] `.docs` directory, `.github` directory, Root directory