update readme

This commit is contained in:
lovezsh 2020-12-05 10:55:48 +08:00
parent 75801f31e6
commit c7b808ce4b
1 changed files with 2 additions and 2 deletions

View File

@ -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"