Skip to content

Commit

Permalink
Merge pull request #4 from smford/fix-readme
Browse files Browse the repository at this point in the history
Fix readme of typos
  • Loading branch information
Wing924 authored Jan 6, 2019
2 parents c4fb087 + 8a4c83a commit beb699a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ func main() {
unpack1 := hostutils.Unpack([]string{"example[101-103]z.com"})
fmt.Println(unpack1) // [example101z.com example102z.com example103z.com]

unpack1 := hostutils.Unpack([]string{"example[1-2][101-102]z.com"})
fmt.Println(unpack1) // [example101z.com example102z.com example201z.com example201z.com]
unpack2 := hostutils.Unpack([]string{"example[1-2][101-102]z.com"})
fmt.Println(unpack2) // [example1101z.com example1102z.com example2101z.com example2102z.com]
}
```

Expand Down

0 comments on commit beb699a

Please sign in to comment.