Skip to content

Commit ef9779c

Browse files
authored
Update README.md
1 parent acc4d2f commit ef9779c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Java代码积累:**[并发](./README.md/#concurrency) [设计模式](./README.
55
- [演示线程的生命周期](./src/concurrency/ThreadLifeCycle.java)
66
- [生产者-消费者](./src/concurrency/ProducerAndConsumer.java)
77

8-
## design pattern (参考《大话设计模式》)
8+
## design pattern 参考《大话设计模式》
99
- [简单工厂模式](./src/designpattern/factory/simple/Calculator.java)
1010
### 创建型模式
1111
- [工厂方法模式](./src/designpattern/factory/method/FactoryClient.java)

0 commit comments

Comments
 (0)