Skip to content

Commit

Permalink
(docs) refer to GitHub in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Sep 4, 2024
1 parent 866c88b commit 9ae726f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# PCRE4J: PCRE for Java

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

The source code is hosted on [GitHub](https://github.com/alexey-pelykh/pcre4j).

## Usage

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

0 comments on commit 9ae726f

Please sign in to comment.