Skip to content

Commit f031138

Browse files
authored
Merge pull request #56 from zhsj/readme
Fix typo in README
2 parents 25db589 + 938cfe2 commit f031138

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)