Skip to content

Commit ef32ebf

Browse files
committed
Added highlighting
1 parent 9ce3abe commit ef32ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you just need to parse an OpenGraph data from HTML then method `ProcessHTML`
2121

2222
Example:
2323

24-
```golang
24+
```go
2525
package main
2626

2727
import (
@@ -56,7 +56,7 @@ While using this method you don't need to reparse your parsed html again, just f
5656

5757
Example:
5858

59-
```golang
59+
```go
6060
package main
6161

6262
import (

0 commit comments

Comments
 (0)