Skip to content

Commit f58f827

Browse files
committed
Syntax highlighting
1 parent 73282aa commit f58f827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ or use static method
2121
````
2222
more method
2323

24-
````
24+
````java
2525
String year = Extractors.on("<div> Talk is cheap. Show me the code. - Fri, 25 Aug 2000 </div>")
2626
.extract(selector("div")) // extract with selector
2727
.filter(value -> value.trim()) // trim result

0 commit comments

Comments
 (0)