소스 검색

fix typo on Project Website

Will Vincent 3 년 전
부모
커밋
571071e91e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -300,7 +300,8 @@ _A short list of Python packages that work well with Django._
 
 ### Official Resources
 
-<!--lint ignore double-link--> - [Project Website](https://www.djangoproject.com/) - Official Django website.
+<!--lint ignore double-link--> 
+- [Project Website](https://www.djangoproject.com/) - Official Django website.
 - [Documentation](https://docs.djangoproject.com/en/dev/) - Comprehensive documentation for all Django versions.
 - [Polls Tutorial](https://docs.djangoproject.com/en/dev/intro/tutorial01/) - Build a polls tutorial while learning Django internals.
 - [Source Code](https://github.com/django/django/) - Hosted on GitHub.