Skip to content

Commit e4d2078

Browse files
authored
Merge pull request #3 from chris-ramon/replace-paths-to-working-version
README.md: Updates replace paths to working version.
2 parents fe60ae1 + aa09da3 commit e4d2078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A golang scaffolding for getting started new projects.
77
##### Replace Paths
88

99
```
10-
ag -l 'chris-ramon/golang-scaffolding'|xargs sed -i 's/chris-ramon\/golang-scaffolding/your-org\/your-pkg/g'
10+
ag -l 'chris-ramon/golang-scaffolding'|xargs sed -i 's/<your-org>/<your-repo>/g'
1111
```
1212

1313
##### Running

0 commit comments

Comments
 (0)