From cfbd6084589cc455fcd57f95fdd48f985cf37a04 Mon Sep 17 00:00:00 2001 From: 1326670425 <1326670425@qq.com> Date: Tue, 16 Jul 2019 10:28:14 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03dadda..eb59c5e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ - [x] [第二十三章 注解](docs/book/23-Annotations.md) - [ ] [第二十四章 并发编程](docs/book/24-Concurrent-Programming.md) - [ ] [第二十五章 设计模式](docs/book/25-Patterns.md) -- [ ] [附录:补充](docs/book/Appendix-Supplements.md) +- [x] [附录:补充](docs/book/Appendix-Supplements.md) - [ ] [附录:编程指南](docs/book/Appendix-Programming-Guidelines.md) - [ ] [附录:文档注释](docs/book/Appendix-Javadoc.md) - [ ] [附录:对象传递和返回](docs/book/Appendix-Passing-and-Returning-Objects.md)