소스 검색

Update README.md

Carlos Fenollosa 10 년 전
부모
커밋
fab3bc1054
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -117,7 +117,7 @@ As a guideline, pull requests should:
 - Fix a use case for some people (e.g. internationalization)
 - Fix a use case for some people (e.g. internationalization)
 - Add a use case which is arguably very common (e.g. disqus integration for comments)
 - Add a use case which is arguably very common (e.g. disqus integration for comments)
 - Be very small when possible (a couple lines of code)
 - Be very small when possible (a couple lines of code)
-- Don't require a significant rewrite of the code (`create_html_file`, `write_entry`, etc)
+- Don't require a significant rewrite of the code (Don't break `create_html_file()` or `write_entry()`, etc)
 - It must work on Linux, BSD and Mac. Beware of using GNU coreutils with non-POSIX flags (i.e. `date` or `grep`)
 - It must work on Linux, BSD and Mac. Beware of using GNU coreutils with non-POSIX flags (i.e. `date` or `grep`)
 - **Always** keep backwards compatibility when using the default configuration
 - **Always** keep backwards compatibility when using the default configuration