Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit df6504d

Browse files
committed
Rename package
1 parent d83da9e commit df6504d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Simple Regex Language
22

3-
[![codecov](https://codecov.io/gh/TYVRNET/SRL/branch/master/graph/badge.svg)](https://codecov.io/gh/TYVRNET/SRL)
4-
[![Build Status](https://travis-ci.org/TYVRNET/SRL.svg?branch=master)](https://travis-ci.org/TYVRNET/SRL)
3+
[![codecov](https://codecov.io/gh/SimpleRegex/SRL-PHP/branch/master/graph/badge.svg)](https://codecov.io/gh/SimpleRegex/SRL-PHP)
4+
[![Build Status](https://travis-ci.org/SimpleRegex/SRL-PHP.svg?branch=master)](https://travis-ci.org/SimpleRegex/SRL-PHP)
55

66
We all know Regular Expressions are hard to read. Once written you're
77
happy if you never ever have to touch this line of code again because
@@ -206,7 +206,7 @@ and update your project.
206206

207207
```json
208208
"require": {
209-
"tyvrnet/srl": "0.1.x-dev"
209+
"simpleregex/srl-php": "0.1.x-dev"
210210
}
211211
```
212212

0 commit comments

Comments
 (0)