Skip to content

Commit 44c3b21

Browse files
authored
Update README.md (#97)
1 parent 8f11961 commit 44c3b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-started/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func main() {
233233
page.MustElement("#searchInput").MustInput("earth")
234234
page.MustElement("#search-form > fieldset > button").MustClick()
235235

236-
el := page.MustElement("#mw-content-text > div.mw-parser-output > p:nth-child(6)")
236+
el := page.MustElement("#mw-content-text > div.mw-parser-output > p:nth-child(7)")
237237
fmt.Println(el.MustText())
238238
}
239239
```

0 commit comments

Comments
 (0)