Skip to content

Commit 03d2ff3

Browse files
nakabonnemvdan
authored andcommitted
README: fix replace directive
1 parent c2e465a commit 03d2ff3

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
@@ -35,7 +35,7 @@ If the module to edit is `example.com/foo/bar`, run:
3535
This will make a _copy_ of the module into `$HOME/gohack/example.com/foo/bar` and
3636
add replace directives to the local `go.mod` file:
3737

38-
replace example.com/foo/bar /home/rog/gohack/example.com/foo/bar
38+
replace example.com/foo/bar => /home/rog/gohack/example.com/foo/bar
3939

4040
__Note__: This copy will __not__ include version control system information so
4141
it is best for quick edits that aren't intended to land back into version control.

0 commit comments

Comments
 (0)