Skip to content

Commit

Permalink
Fix replace directive in local development guide (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
hossainemruz authored Feb 2, 2024
1 parent 3283a3b commit de1cee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ go 1.19
require github.com/hugo-toha/toha/v4 v4.0.1-0.20231229170427-d3968ca711ef // indirect

replace(
github.com/hugo-toha/toha/v4 => github.com/<your-github-user>/toha <git branch>
github.com/hugo-toha/toha/v4 => github.com/<your-github-user>/toha/v4 <git branch>
)
```

Expand Down

0 comments on commit de1cee3

Please sign in to comment.