diff --git a/.gitignore b/.gitignore
index 723ef36..4afcf19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-.idea
\ No newline at end of file
+.idea
+build
\ No newline at end of file
diff --git a/README.md b/README.md
index 06bc599..74bef26 100644
--- a/README.md
+++ b/README.md
@@ -33,4 +33,4 @@
***Golang库***
单机使用即针对于服务器单台机器部署的情况,这种情况下,不需要多台机器的业务服务进行缓存同步,那么直接引用当前的实现库也是可以的。也可以使用 [gset](https://github.com/usthooz/gset) 实现,在远程调用时推荐使用Pot
-***以下为安装方法及调用代码***
\ No newline at end of file
+[***Go语言单机缓存服务可以参照此处进行工具库使用***](https://github.com/swxctx/pot/tree/main/example)
\ No newline at end of file