From c7b808ce4b4987c8e5748c9468dbc25d4dd3e0e6 Mon Sep 17 00:00:00 2001 From: lovezsh <1942314542@qq.com> Date: Sat, 5 Dec 2020 10:55:48 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"