Skip to content

Commit 4802931

Browse files
committed
(docs) refer to GitHub in README
1 parent 866c88b commit 4802931

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# PCRE4J: PCRE for Java
22

3+
![GitHub Repo stars](https://img.shields.io/github/stars/alexey-pelykh/pcre4j?style=flat&logo=github)
34
[![License](https://img.shields.io/github/license/alexey-pelykh/pcre4j)](https://www.gnu.org/licenses/lgpl-3.0.txt)
45
[![CI](https://img.shields.io/github/check-runs/alexey-pelykh/pcre4j/main)](https://github.com/alexey-pelykh/pcre4j/actions/workflows/ci.yaml)
56
[![codecov](https://codecov.io/gh/alexey-pelykh/pcre4j/graph/badge.svg?token=7UJZ501GWT)](https://codecov.io/gh/alexey-pelykh/pcre4j)
@@ -11,6 +12,8 @@ The PCRE4J project's goal is to bring the power of the [PCRE](https://www.pcre.o
1112
This project is brought to you by [Alexey Pelykh](https://github.com/alexey-pelykh) with a great gratitude to the PCRE
1213
library author [Philip Hazel](https://github.com/PhilipHazel) and its contributors.
1314

15+
The source code is hosted on [GitHub](https://github.com/alexey-pelykh/pcre4j).
16+
1417
## Usage
1518

1619
The PCRE4J library provides several APIs to interact with the PCRE library:

0 commit comments

Comments
 (0)