Skip to content

Commit 938cfe2

Browse files
committed
Fix typo in README
Signed-off-by: Shengjing Zhu <[email protected]>
1 parent 25db589 commit 938cfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following example would print the version of CRIU:
1616
import (
1717
"log"
1818

19-
"github.com/checkpoint/restore/go-criu/v5"
19+
"github.com/checkpoint-restore/go-criu/v5"
2020
)
2121

2222
func main() {

0 commit comments

Comments
 (0)