Skip to content

Commit 2167230

Browse files
committed
Additional README updates
1 parent 88f084a commit 2167230

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

README.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,31 @@ SemVer
77

88

99
<p align="center">
10-
<a href="http://semver.org">Semantic versioning</a> helper library for PHP
11-
-- by, <a href="https://www.ChrisKankiewicz.com">Chris Kankiewicz</a> (<a href="https://twitter.com/PHLAK">@PHLAK</a>)
10+
<a href="http://semver.org">Semantic versioning</a> helper library
11+
• Created by <a href="https://www.ChrisKankiewicz.com">Chris Kankiewicz</a> (<a href="https://twitter.com/PHLAK">@PHLAK</a>)
1212
</p>
1313

1414
<p align="center">
1515
<a href="https://packagist.org/packages/PHLAK/SemVer"><img src="https://img.shields.io/packagist/v/PHLAK/SemVer.svg?style=flat-square" alt="Latest Stable Version"></a>
1616
<a href="https://packagist.org/packages/PHLAK/SemVer"><img src="https://img.shields.io/packagist/dt/PHLAK/SemVer.svg?style=flat-square" alt="Total Downloads"></a>
1717
<a href="https://packagist.org/packages/PHLAK/SemVer"><img src="https://img.shields.io/packagist/l/PHLAK/SemVer.svg?style=flat-square" alt="License"></a>
18-
<a href="https://travis-ci.org/PHLAK/SemVer"><img src="https://img.shields.io/travis/PHLAK/SemVer.svg?style=flat-square" alt="Build Status"></a>
18+
<a href="https://travis-ci.org/PHLAK/SemVer"><img src="https://img.shields.io/travis/PHLAK/SemVer.svg?branch=master&style=flat-square" alt="Build Status"></a>
1919
<a href="https://styleci.io/repos/95623990"><img src="https://styleci.io/repos/95623990/shield?branch=master" alt="StyleCI"></a>
2020
<br>
21-
<a href="https://ln.phlak.net/join-slack"><img src="https://img.shields.io/badge/Join_our-Slack-611f69.svg?style=flat-square" alt="Join our"></a>
21+
<a href="https://spectrum.chat/directory-lister"><img src="https://img.shields.io/badge/Join_the-Community-7b16ff.svg?style=flat-square" alt="Join our Community"></a>
2222
<a href="https://github.com/users/PHLAK/sponsorship"><img src="https://img.shields.io/badge/Become_a-Sponsor-cc4195.svg?style=flat-square" alt="Become a Sponsor"></a>
23-
<a href="https://patreon.com/PHLAK"><img src="https://img.shields.io/badge/Become_a-Patron-e7513b.svg?style=flat-square" alt="Become a Patron"></a>
2423
<a href="https://paypal.me/ChrisKankiewicz"><img src="https://img.shields.io/badge/Make_a-Donation-006bb6.svg?style=flat-square" alt="One-time Donation"></a>
25-
<br>
26-
<a href="https://www.ChrisKankiewicz.com"><img src="https://img.shields.io/badge/created_by-Chris%20Kankiewicz-319795.svg?style=for-the-badge" alt="Author"></a>
2724
</p>
2825

2926
---
3027

31-
Introduction
32-
------------
33-
34-
Semantic versioning helper for PHP.
35-
3628
Requirements
3729
------------
3830

3931
- [PHP](https://php.net) >= 7.1
4032

41-
Install with Composer
42-
---------------------
33+
Installation
34+
------------
4335

4436
```bash
4537
composer require phlak/semver
@@ -131,7 +123,7 @@ $version1->lte($version2); // true
131123
Troubleshooting
132124
---------------
133125

134-
For general help and support join our [Slack Workspace](https://ln.phlak.net/join-slack).
126+
For general help and support join our [Spectrum Community](https://spectrum.chat/phlaknet) or reach out on [Twitter](https://twitter.com/PHLAK).
135127

136128
Please report bugs to the [GitHub Issue Tracker](https://github.com/PHLAK/SemVer/issues).
137129

0 commit comments

Comments
 (0)