Skip to content

Commit 75046f5

Browse files
Merge pull request #90 from peczenyj/patch-1
Update README.md
2 parents 47ce235 + 4bb5ef5 commit 75046f5

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
@@ -30,7 +30,7 @@ The API is the same, so you don't need to change anything else.
3030
Here is a script that can help you with the migration:
3131

3232
```shell
33-
sed -i 's/github.com\/mitchellh\/mapstructure/github.com\/go-viper\/mapstructure\/v2/g' $(find . -type f -name '*.go')
33+
sed -i 's|github.com/mitchellh/mapstructure|github.com/go-viper/mapstructure/v2|g' $(find . -type f -name '*.go')
3434
```
3535

3636
If you need more time to migrate your code, that is absolutely fine.

0 commit comments

Comments
 (0)