Skip to content

Commit

Permalink
Merge origin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
pandzel committed Apr 10, 2019
2 parents e624ab0 + b98c792 commit bd7b360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Maven Central](https://img.shields.io/maven-central/v/com.panforge/robots.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.panforge%22%20AND%20a:%22robots%22)

# RobotsTxt
Java library to read, parse and query robots.txt file.
Java library to read, parse and query [robots.txt](http://www.robotstxt.org/orig.html) file.

## Instructions

Expand All @@ -20,7 +20,7 @@ Using in your own project:
<dependency>
<groupId>com.panforge</groupId>
<artifactId>robots</artifactId>
<version>1.3.1</version>
<version>1.4.0</version>
</dependency>
...
</dependencies>
Expand Down

0 comments on commit bd7b360

Please sign in to comment.