diff --git a/README.md b/README.md index cd72afc..575e6f5 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ $ go get -u github.com/kercylan98/minotaur ## 用法 - 在`Minotaur`中大量使用了 **[泛型](https://go.dev/doc/tutorial/generics)** 、 **[观察者(事件)](https://www.runoob.com/design-pattern/observer-pattern.html)** 和 **[选项模式](https://juejin.cn/post/6844903729313873927)**,在使用前建议先进行相应了解; -- 更多的 **[示例](https://github/com/kercylan98/minotaur/examples)** 参考可在 [examples](https://github/com/kercylan98/minotaur/examples) 目录查阅; +- 更多的 **[示例](./examples)** 参考可在 [examples](./examples) 目录查阅; ### 简单示例 创建一个基于Websocket的回响服务器。