Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5fab30a

Browse files
committed
update format
1 parent855e4f5 commit5fab30a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

‎README.md‎

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#web-data-extractor
1+
#web-data-extractor
22
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/im.nll.data/extractor/badge.svg)](https://maven-badges.herokuapp.com/maven-central/im.nll.data/extractor/)
33
[![Build Status](https://travis-ci.org/fivesmallq/web-data-extractor.svg)](https://travis-ci.org/fivesmallq/web-data-extractor)
44
[![codecov.io](http://codecov.io/github/fivesmallq/web-data-extractor/coverage.svg?branch=master)](http://codecov.io/github/fivesmallq/web-data-extractor?branch=master)
@@ -13,7 +13,7 @@ Implements:
1313
* JsonPath -[JsonPath](https://github.com/jayway/JsonPath)
1414

1515

16-
##Usage
16+
#Usage
1717
To add a dependency on Web-Data-Extractor using Maven, use the following:
1818

1919
```xml
@@ -33,7 +33,7 @@ dependencies {
3333
```
3434

3535

36-
##Examples
36+
#Examples
3737

3838
###extract single data
3939

@@ -88,9 +88,10 @@ more method
8888
Assert.assertEquals("29671", dataMap.get("followers"));
8989
Assert.assertEquals("Talk is cheap. Show me the code.", dataMap.get("description"));
9090
}
91-
````
92-
93-
###extract data to map list
91+
````
92+
93+
###extract data to map list
94+
9495

9596
````java
9697

@@ -110,7 +111,7 @@ more method
110111
Assert.assertEquals(second.get("name"),"Ruby");
111112
Assert.assertEquals(second.get("url"),"https://www.ruby-lang.org");
112113
}
113-
````
114+
````
114115

115116

116117
###extract data to bean
@@ -175,6 +176,6 @@ more method
175176

176177
see[Example](https://github.com/fivesmallq/web-data-extractor/blob/master/src/test/java/im/nll/data/extractor/ExtractorsTest.java)
177178

178-
##Contributing
179+
#Contributing
179180

180181
Bug reports and pull requests are welcome on GitHub athttps://github.com/fivesmallq/web-data-extractor.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp