Skip to content

Commit b23ba9a

Browse files
authored
Merge pull request #13 from 1Mark/fix_syntax_in_readme
Fix syntax errors introduced in README.md from fdb7509
2 parents 68d1e2c + 820413c commit b23ba9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func main() {
6868
firstHobby := jsonquery.FindOne(doc, "//hobbies/*[1]")
6969
fmt.Printf("%#v\n", firstHobby.Value()) // "coding"
7070
}
71-
71+
```
7272
Iterating over a json structure.
7373

7474
```go
@@ -100,7 +100,7 @@ func main() {
100100
}
101101
```
102102

103-
// Output:
103+
Output:
104104

105105
```
106106
name: John[string]

0 commit comments

Comments
 (0)