diff --git a/README.md b/README.md index f01991a..a9d58dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 简介 -Linux Inotify API的封装。 +Linux Inotify API 的封装。 # 使用示例 @@ -9,7 +9,7 @@ package main import ( "fmt" - "inotify" + "git.lovezsh.com/go-kit/inotify" "log" "os" "path/filepath"