Skip to content

Commit 8f35350

Browse files
committed
Update project description and badges
1 parent d8bac07 commit 8f35350

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Zephir Parser
22

3-
[![Build on Linux][:badge-travis:]][:build-travis:]
4-
[![Build status][:badge-appveyor:]][:build-appveyor:]
3+
[![Actions Status][actions badge]][actions link]
4+
[![Build on Windows][:badge-appveyor:]][:build-appveyor:]
55
[![Coverage Status][:badge-codecov:]][:build-codecov:]
66
[![License][:badge-license:]][:ext-license:]
77

88
The Zephir Parser delivered as a C extension for the PHP language.
99

10-
Supported PHP versions: **7.0**, **7.1**, **7.2**, **7.3** and **7.4** (nightly).
10+
Supported PHP versions: **7.0**, **7.1**, **7.2**, **7.3** and **7.4**.
1111

1212
**NOTE:** The [`development`][:dev-branch:]
1313
branch will always contain the latest **unstable** version. If you wish to
@@ -123,30 +123,33 @@ var_dump($retval);
123123

124124
## Sponsors
125125

126-
Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/phalcon#sponsor)]
126+
Become a sponsor and get your logo on our README on Github with a link to your site.
127+
[[Become a sponsor](https://opencollective.com/phalcon#sponsor)]
127128

128129
<a href="https://opencollective.com/phalcon/#contributors">
129-
<img src="https://opencollective.com/phalcon/tiers/sponsors.svg?avatarHeight=48&width=800">
130+
<img src="https://opencollective.com/phalcon/tiers/sponsors.svg?avatarHeight=48&width=800" alt="">
130131
</a>
131132

132133
## Backers
133134

134-
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/phalcon#backer)]
135+
Support us with a monthly donation and help us continue our activities.
136+
[[Become a backer](https://opencollective.com/phalcon#backer)]
135137

136138
<a href="https://opencollective.com/phalcon/#contributors">
137-
<img src="https://opencollective.com/phalcon/tiers/backers.svg?avatarHeight=48&width=800&height=200">
139+
<img src="https://opencollective.com/phalcon/tiers/backers.svg?avatarHeight=48&width=800&height=200" alt="">
138140
</a>
139141

140142
## License
141143

142144
Zephir Parser is open source software licensed under the MIT License (MIT).
143145
See the [LICENSE][:ext-license:] file for more information.
144146

145-
[:badge-travis:]: https://travis-ci.org/phalcon/php-zephir-parser.svg?branch=development
147+
[actions link]: https://github.com/phalcon/php-zephir-parser/actions
148+
[actions badge]: https://github.com/phalcon/php-zephir-parser/workflows/build/badge.svg
149+
146150
[:badge-appveyor:]: https://ci.appveyor.com/api/projects/status/r4k8baw1iy54v2wt/branch/development?svg=true
147151
[:badge-codecov:]: https://codecov.io/gh/phalcon/php-zephir-parser/branch/development/graph/badge.svg
148152
[:badge-license:]: https://img.shields.io/badge/license-MIT-brightgreen.svg
149-
[:build-travis:]: https://travis-ci.org/phalcon/php-zephir-parser
150153
[:build-appveyor:]: https://ci.appveyor.com/project/sergeyklay/php-zephir-parser/branch/master
151154
[:build-codecov:]: https://codecov.io/gh/phalcon/php-zephir-parser
152155
[:ext-license:]: https://github.com/phalcon/php-zephir-parser/blob/master/LICENSE

0 commit comments

Comments
 (0)