Skip to content

Commit bbcacaf

Browse files
committed
build!: update module name
Fix #16 Signed-off-by: Dwi Siswanto <[email protected]>
1 parent 586baf0 commit bbcacaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ There are also various search engines supported by go-dork, including Google, Sh
3131
- If you have [Go 1.15+](https://golang.org/dl/) compiler installed and configured:
3232

3333
```bash
34-
> GO111MODULE=on go install dw1.io/go-dork@latest
34+
> GO111MODULE=on go install github.com/dwisiswant0/go-dork@latest
3535
```
3636

3737
## Usage

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module dw1.io/go-dork
1+
module github.com/dwisiswant0/go-dork
22

33
go 1.15
44

0 commit comments

Comments
 (0)