Skip to content

Commit ad513e2

Browse files
committed
Changed case
1 parent 2471bf3 commit ad513e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Go's fmt package), even though some of its methods are less than intuitive (look
4343
at you, index()...).
4444
4545
It is hosted on GitHub, along with additional documentation in the README.md
46-
file: https://github.com/Diggernaut/goquery
46+
file: https://github.com/diggernaut/goquery
4747
4848
Please note that because of the net/html dependency, goquery requires Go1.1+.
4949

example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"log"
66

7-
"github.com/Diggernaut/goquery"
7+
"github.com/diggernaut/goquery"
88
)
99

1010
// This example scrapes the reviews shown on the home page of metalsucks.net.

0 commit comments

Comments
 (0)