Skip to content

Commit 4b6c660

Browse files
committed
update desc
1 parent 449303b commit 4b6c660

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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)
55
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
66

7-
Extracting data with Jquery Selector, XPath or JsonPath from common web format like HTML, XML and JSON.
7+
Extracting structured data with Jquery Selector, XPath or JsonPath from common web format like HTML, XML and JSON.
88

99
Implements:
1010

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<packaging>jar</packaging>
99

1010
<name>${project.groupId}-${project.artifactId}</name>
11-
<description>Web Data Extractor - Extracting data with Jquery Selector, XPath or JsonPath from common web format
12-
like HTML, XML and JSON.
11+
<description>Web Data Extractor - Extracting structured data with Jquery Selector, XPath or JsonPath from common web
12+
format like HTML, XML and JSON.
1313
</description>
1414
<url>https://github.com/fivesmallq/web-data-extractor</url>
1515
<inceptionYear>2015</inceptionYear>

0 commit comments

Comments
 (0)